[docs] [issue9305] Don't use east/west of UTC in date/time documentation
Alexander Belopolsky
report at bugs.python.org
Tue Jan 11 17:26:31 CET 2011
Alexander Belopolsky <belopolsky at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9305>
_______________________________________
More information about the docs
mailing list