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 joris.geysens
Recipients eric.smith, joris.geysens
Date 2022-02-25.18:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645814473.37.0.863174381767.issue46856@roundup.psfhosted.org>
In-reply-to
Content
a ValueError is raised : 

ValueError: year 10000 is out of range 

on 

dt = datetime.fromtimestamp(ts, tz=timezone.utc)

or 

dt = datetime.utcfromtimestamp(ts)
History
Date User Action Args
2022-02-25 18:41:13joris.geysenssetrecipients: + joris.geysens, eric.smith
2022-02-25 18:41:13joris.geysenssetmessageid: <1645814473.37.0.863174381767.issue46856@roundup.psfhosted.org>
2022-02-25 18:41:13joris.geysenslinkissue46856 messages
2022-02-25 18:41:13joris.geysenscreate