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 sijinjoseph
Recipients belopolsky, brian.curtin, cm, lemburg, r.david.murray, sijinjoseph, terry.reedy, tim.golden
Date 2013-04-13.18:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365877628.06.0.461058336458.issue17627@psf.upfronthosting.co.za>
In-reply-to
Content
Some more links discussing similar issues
http://www.sourceware.org/bugzilla/show_bug.cgi?id=154 - tzset not called frequently enough by localtime() and friends

http://stackoverflow.com/questions/12150651/library-code-for-dynamically-reloading-the-usr-share-zoneinfo-database - Workaround in linux for reloading timezone info



http://msdn.microsoft.com/en-US/library/90s5c885(v=vs.100).aspx - Microsoft CRT documentation for _tzset function, which can be called to reset timezone info.



Another possible fix, could be to add an overload for the functions to force reloading of the timezone info.
History
Date User Action Args
2013-04-13 18:27:08sijinjosephsetrecipients: + sijinjoseph, lemburg, terry.reedy, belopolsky, tim.golden, r.david.murray, brian.curtin, cm
2013-04-13 18:27:08sijinjosephsetmessageid: <1365877628.06.0.461058336458.issue17627@psf.upfronthosting.co.za>
2013-04-13 18:27:08sijinjosephlinkissue17627 messages
2013-04-13 18:27:07sijinjosephcreate