Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

I've noticed that the time module docstring handles this issue rather nicely:

>>> help('time')
...
    timezone -- difference in seconds between UTC and local standard time
    altzone -- difference in  seconds between UTC and local DST time

We can use similar language for utcoffset(): "difference between local time and 
UTC expressed as a timedelta".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9305>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to