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, python-dev
Date 2016-09-16.20:07:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474056452.24.0.608536420884.issue25283@psf.upfronthosting.co.za>
In-reply-to
Content
The problem of computing tm_gmtoff on platforms without it was solved by tzcode some time ago. [1,2]  Consider stealing some of their logic.

[1]: http://mm.icann.org/pipermail/tz/2014-September/021601.html
[2]: https://github.com/eggert/tz/commit/40b395e139
History
Date User Action Args
2016-09-16 20:07:32belopolskysetrecipients: + belopolsky, python-dev
2016-09-16 20:07:32belopolskysetmessageid: <1474056452.24.0.608536420884.issue25283@psf.upfronthosting.co.za>
2016-09-16 20:07:32belopolskylinkissue25283 messages
2016-09-16 20:07:31belopolskycreate