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 p-ganssle
Recipients Alex Quinn, belopolsky, hollec, jjlee, nmacleod, p-ganssle, python-dev, vstinner
Date 2020-05-18.13:39:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589809193.28.0.384252860123.issue5537@roundup.psfhosted.org>
In-reply-to
Content
> Should we fix utcfromtimestamp() internally to avoid the OverflowError, rather than only fixing the http.cookiejar module?

I'm not a big fan of utcfromtimestamp (as you can see here: https://blog.ganssle.io/articles/2019/11/utcnow.html ), but it seems we do have the same issue in `datetime.datetime.fromtimestamp`, so I think maybe we should spawn a new issue to at least look into the possibility?
History
Date User Action Args
2020-05-18 13:39:53p-gansslesetrecipients: + p-ganssle, jjlee, belopolsky, vstinner, hollec, Alex Quinn, python-dev, nmacleod
2020-05-18 13:39:53p-gansslesetmessageid: <1589809193.28.0.384252860123.issue5537@roundup.psfhosted.org>
2020-05-18 13:39:53p-gansslelinkissue5537 messages
2020-05-18 13:39:53p-gansslecreate