[docs] [issue8810] TZ offset description is unclear in docs

Sean Reifschneider report at bugs.python.org
Sat May 29 20:56:56 CEST 2010


Sean Reifschneider <jafo at tummy.com> added the comment:

In this case, the docs.python.org link you point to seems to be correct, saying that it returns a timedelta.  It is the docstring that says it's minutes east of UTC.

I've attached a patch which changes this wording to:

timedelta() showing offset from UTC, with negative for West of UTC

----------
keywords: +patch
nosy: +jafo
Added file: http://bugs.python.org/file17495/python-utcoffsetdoc.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8810>
_______________________________________


More information about the docs mailing list