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 vstinner
Recipients David.Edelsohn, Dormouse759, hroncok, vstinner
Date 2020-01-29.01:04:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580259897.89.0.32716283849.issue39460@roundup.psfhosted.org>
In-reply-to
Content
Notes on the glibc:

* localtime() calls __tz_convert()
* localtime() and __tz_convert() have been modified recently to support 64-bit timestamp
* __tz_convert() is implemented in time/tzset.c
* localtime() is implemented in time/localtime.c
History
Date User Action Args
2020-01-29 01:04:57vstinnersetrecipients: + vstinner, David.Edelsohn, hroncok, Dormouse759
2020-01-29 01:04:57vstinnersetmessageid: <1580259897.89.0.32716283849.issue39460@roundup.psfhosted.org>
2020-01-29 01:04:57vstinnerlinkissue39460 messages
2020-01-29 01:04:57vstinnercreate