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, eitan.adler, martin.panter, tim.peters
Date 2018-05-20.19:25:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526844309.28.0.682650639539.issue33579@psf.upfronthosting.co.za>
In-reply-to
Content
Well, even in non-POSIX mode timegm and gmtime are the inverse of one another in BSD.  The problem that you see stems from the fact that time.gmtime is implemented as a call to the namesake C function while calendar.timegm is implemented in pure Python. It would be reasonable to bring some consistency to this situation.
History
Date User Action Args
2018-05-20 19:25:09belopolskysetrecipients: + belopolsky, tim.peters, martin.panter, eitan.adler
2018-05-20 19:25:09belopolskysetmessageid: <1526844309.28.0.682650639539.issue33579@psf.upfronthosting.co.za>
2018-05-20 19:25:09belopolskylinkissue33579 messages
2018-05-20 19:25:09belopolskycreate