This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Ofekmeister, docs@python, p-ganssle, vstinner
Date 2021-04-16.15:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618586461.92.0.770617533994.issue43869@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2021-04-16 15:21:01vstinnersetrecipients: + vstinner, docs@python, Ofekmeister, p-ganssle
2021-04-16 15:21:01vstinnersetmessageid: <1618586461.92.0.770617533994.issue43869@roundup.psfhosted.org>
2021-04-16 15:21:01vstinnerlinkissue43869 messages
2021-04-16 15:21:01vstinnercreate