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 musically_ut
Recipients belopolsky, musically_ut, ned.deily, serhiy.storchaka, vstinner
Date 2017-07-03.11:32:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499081560.09.0.446389046961.issue30822@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I don't know if testing every zone is necessary. However, I would not be comfortable picking out the zones one ought to test, considering:

         if ('Riyadh8' in self.zonename or
            # From tzdata NEWS file:
            # The files solar87, solar88, and solar89 are no longer distributed.
            # They were a negative experiment - that is, a demonstration that
            # tz data can represent solar time only with some difficulty and error.
            # Their presence in the distribution caused confusion, as Riyadh
            # civil time was generally not solar time in those years.
self.zonename.startswith('right/')):

and:

> # Iran had a sub-minute UTC offset before 1946.

in https://github.com/python/cpython/blob/master/Lib/test/datetimetester.py#L4865

Perhaps @belopolsky can suggest something? (Already in Nosy List).

~
ut
History
Date User Action Args
2017-07-03 11:32:40musically_utsetrecipients: + musically_ut, belopolsky, vstinner, ned.deily, serhiy.storchaka
2017-07-03 11:32:40musically_utsetmessageid: <1499081560.09.0.446389046961.issue30822@psf.upfronthosting.co.za>
2017-07-03 11:32:40musically_utlinkissue30822 messages
2017-07-03 11:32:39musically_utcreate