STINNER Victor <vstin...@python.org> added the comment:

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

----------
title: test_zipfile: test_add_file_after_2107() sometimes fails on Fedora 
Rawhide 3.x -> test_zipfile: test_add_file_after_2107() sometimes fails on 
Fedora Rawhide 3.x: time.localtime() limited to year 2038

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39460>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to