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.21:58:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509314317.21.0.213398074469.issue31894@psf.upfronthosting.co.za>
In-reply-to
Content
I don't have access to NetBSD and this looks like a bug in the system implementation of localtime.  The timestamp method is implemented by probing system localtime in the vicinity of UTC timestamp.

What does time.localtime(14400) with these TZ settings?
History
Date User Action Args
2017-10-29 21:58:37belopolskysetrecipients: + belopolsky, serhiy.storchaka
2017-10-29 21:58:37belopolskysetmessageid: <1509314317.21.0.213398074469.issue31894@psf.upfronthosting.co.za>
2017-10-29 21:58:37belopolskylinkissue31894 messages
2017-10-29 21:58:36belopolskycreate