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, serhiy.storchaka
Date 2017-10-29.22:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509315206.04.0.213398074469.issue31894@psf.upfronthosting.co.za>
In-reply-to
Content
I hate this long form display!

Next time please use time.localtime(14400)[:].

Do you agree that this is a system bug?  On my Mac, I get

$ python -c 'import time; print(time.localtime(14400)[:])'
(1969, 12, 31, 23, 0, 0, 2, 365, 0)
History
Date User Action Args
2017-10-29 22:13:26belopolskysetrecipients: + belopolsky, serhiy.storchaka
2017-10-29 22:13:26belopolskysetmessageid: <1509315206.04.0.213398074469.issue31894@psf.upfronthosting.co.za>
2017-10-29 22:13:26belopolskylinkissue31894 messages
2017-10-29 22:13:25belopolskycreate