This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jafo
Recipients belopolsky, docs@python, jafo
Date 2010-05-29.18:56:53
SpamBayes Score 0.026565278
Marked as misclassified No
Message-id <1275159415.88.0.346745518392.issue8810@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-05-29 18:56:56jafosetrecipients: + jafo, belopolsky, docs@python
2010-05-29 18:56:55jafosetmessageid: <1275159415.88.0.346745518392.issue8810@psf.upfronthosting.co.za>
2010-05-29 18:56:54jafolinkissue8810 messages
2010-05-29 18:56:53jafocreate