[issue31327] bug in dateutil\tz\tz.py

Louie Lu report at bugs.python.org
Mon Sep 4 08:46:51 EDT 2017


Louie Lu added the comment:

Using macOS and Linux can't reproduce this problem, both platform
return this output:

>>> import time
>>> time.localtime(-3600)
time.struct_time(tm_year=1970, tm_mon=1, tm_mday=1, tm_hour=7, tm_min=0, tm_sec=0, tm_wday=3, tm_yday=1, tm_isdst=0)

----------
nosy: +louielu

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31327>
_______________________________________


More information about the Python-bugs-list mailing list