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 louielu
Recipients jerrykramskoy, louielu
Date 2017-09-04.12:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504529211.21.0.619144093899.issue31327@psf.upfronthosting.co.za>
In-reply-to
Content
Using macOS and Linux can't reproduce this problem, both platform
return this output:

>>> import time
>>> time.localtime(-3600)
time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=7, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)
History
Date User Action Args
2017-09-04 12:46:51louielusetrecipients: + louielu, jerrykramskoy
2017-09-04 12:46:51louielusetmessageid: <1504529211.21.0.619144093899.issue31327@psf.upfronthosting.co.za>
2017-09-04 12:46:51louielulinkissue31327 messages
2017-09-04 12:46:51louielucreate