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 oric
Recipients aht, amaury.forgeotdarc, belopolsky, djc, hodgestar, jcea, mark.dickinson, oric, pr0gg3d, zooko
Date 2018-06-19.13:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529416233.81.0.56676864532.issue6280@psf.upfronthosting.co.za>
In-reply-to
Content
Please don't name it timegm which is such a stupid name (why not mgemit!).

I knows it comes from history but history had timelocal which has been replaced by mktime (and python has mktime and not timelocal) so please, call it mkgmtime

time.mkgmtime()

I think it would make things more clear.
History
Date User Action Args
2018-06-19 13:50:34oricsetrecipients: + oric, jcea, zooko, amaury.forgeotdarc, mark.dickinson, belopolsky, djc, hodgestar, pr0gg3d, aht
2018-06-19 13:50:33oricsetmessageid: <1529416233.81.0.56676864532.issue6280@psf.upfronthosting.co.za>
2018-06-19 13:50:33oriclinkissue6280 messages
2018-06-19 13:50:33oriccreate