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 serhiy.storchaka
Recipients belopolsky, serhiy.storchaka
Date 2017-10-29.22:09:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509314993.32.0.213398074469.issue31894@psf.upfronthosting.co.za>
In-reply-to
Content
$ TZ=EST+05EDT,M3.2.0,M11.1.0 ./python -c 'import time; print(time.localtime(14400))'
time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=1)
History
Date User Action Args
2017-10-29 22:09:53serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky
2017-10-29 22:09:53serhiy.storchakasetmessageid: <1509314993.32.0.213398074469.issue31894@psf.upfronthosting.co.za>
2017-10-29 22:09:53serhiy.storchakalinkissue31894 messages
2017-10-29 22:09:53serhiy.storchakacreate