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, lemburg, vstinner
Date 2016-09-12.21:04:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473714240.7.0.71307037614.issue28108@psf.upfronthosting.co.za>
In-reply-to
Content
The real issue is that when setting the tzname tuple in the time module, we use a guess based on the value of tm_zone probed in June and January.  I am not sure whether this is wise.  Shouldn't we just use C tzname is it is available?
History
Date User Action Args
2016-09-12 21:04:00belopolskysetrecipients: + belopolsky, lemburg, vstinner
2016-09-12 21:04:00belopolskysetmessageid: <1473714240.7.0.71307037614.issue28108@psf.upfronthosting.co.za>
2016-09-12 21:04:00belopolskylinkissue28108 messages
2016-09-12 21:04:00belopolskycreate