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 mitya57
Recipients belopolsky, errx, mitya57
Date 2014-11-24.15:02:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416841366.3.0.729970208703.issue22752@psf.upfronthosting.co.za>
In-reply-to
Content
Is it possible to set timezone based on localtime(current_time) where current_time is the result of time() call?

This bug is not just about returning the wrong timezone. Because of it, the full time string produced with Python may be wrong. For example, my mail sending program uses `email.utils.formatdate(localtime=True)', and that is returning a time one hour in the past currently.
History
Date User Action Args
2014-11-24 15:02:46mitya57setrecipients: + mitya57, belopolsky, errx
2014-11-24 15:02:46mitya57setmessageid: <1416841366.3.0.729970208703.issue22752@psf.upfronthosting.co.za>
2014-11-24 15:02:46mitya57linkissue22752 messages
2014-11-24 15:02:45mitya57create