[issue39502] test_zipfile fails on AIX due to time.localtime

STINNER Victor report at bugs.python.org
Fri Feb 7 12:57:18 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

Does time.gmtime() accept year after 2038 on 64-bit AIX? Example on Linux:

>>> time.gmtime(4386268800)
time.struct_time(tm_year=2108, tm_mon=12, tm_mday=30, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=6, tm_yday=365, tm_isdst=0)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39502>
_______________________________________


More information about the Python-bugs-list mailing list