[issue31894] test_timestamp_naive failed on NetBSD

Serhiy Storchaka report at bugs.python.org
Sun Oct 29 18:09:53 EDT 2017


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

$ TZ=EST+05EDT,M3.2.0,M11.1.0 ./python -c 'import time; print(time.localtime(14400))'
time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=0, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=1)

----------

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


More information about the Python-bugs-list mailing list