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 SilentGhost, ammar2, belopolsky, paul.moore, pekka.klarck, r.david.murray, steve.dower, tim.golden, tim.peters, vstinner, zach.ware
Date 2017-06-16.17:26:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497633981.03.0.913179264354.issue29097@psf.upfronthosting.co.za>
In-reply-to
Content
> I just ran the following script to check if there are any folds from timestamps [0, 86399] in any timezone.

Ammar, I am not sure pytz timezones support PEP 495 conventions. Can you repeat your experiment using the latest dateutil.tz or test.datetimetester.ZoneInfo from Python 3.6 test suit?

See <http://dateutil.readthedocs.io/en/stable/tz.html>.
History
Date User Action Args
2017-06-16 17:26:21belopolskysetrecipients: + belopolsky, tim.peters, paul.moore, vstinner, tim.golden, r.david.murray, SilentGhost, pekka.klarck, zach.ware, steve.dower, ammar2
2017-06-16 17:26:21belopolskysetmessageid: <1497633981.03.0.913179264354.issue29097@psf.upfronthosting.co.za>
2017-06-16 17:26:21belopolskylinkissue29097 messages
2017-06-16 17:26:20belopolskycreate