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 akira, belopolsky
Date 2015-08-28.20:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440794473.51.0.0383365744892.issue22798@psf.upfronthosting.co.za>
In-reply-to
Content
C mktime itself should not change timezone globals, but it may indirectly if it calls tzset() and TZ changed between calls.

I don't understand what this issue is about.  Unlike C mktime, time.mktime is not documented to call time.tzset().  If you want to change  time.tzname - you need to call time.tzset() after changing TZ.
History
Date User Action Args
2015-08-28 20:41:13belopolskysetrecipients: + belopolsky, akira
2015-08-28 20:41:13belopolskysetmessageid: <1440794473.51.0.0383365744892.issue22798@psf.upfronthosting.co.za>
2015-08-28 20:41:13belopolskylinkissue22798 messages
2015-08-28 20:41:13belopolskycreate