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 belopolsky
Recipients belopolsky, errx
Date 2014-10-28.16:42:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414514536.67.0.0705937971552.issue22752@psf.upfronthosting.co.za>
In-reply-to
Content
The time module cannot handle historical changes in timezone info.  Try using datetime.datetime.astimezone() method (with no arguments) or a 3rd party timezone support library.

https://docs.python.org/3/library/datetime.html#datetime.datetime.astimezone
History
Date User Action Args
2014-10-28 16:42:16belopolskysetrecipients: + belopolsky, errx
2014-10-28 16:42:16belopolskysetmessageid: <1414514536.67.0.0705937971552.issue22752@psf.upfronthosting.co.za>
2014-10-28 16:42:16belopolskylinkissue22752 messages
2014-10-28 16:42:16belopolskycreate