[issue43869] Fix documentation of epoch/time.time

STINNER Victor report at bugs.python.org
Fri Apr 16 11:21:01 EDT 2021


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

On Windows 10 (build 20H2), I get:

Python 3.10.0a7+ (heads/master:b136b1aac4, Apr 16 2021, 14:36:39) [MSC v.1928 64 bit (AMD64)] on win32
>>> import time
>>> time.gmtime(0)
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=0)

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list