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 malin
Recipients Dschoni, ammar2, belopolsky, jleclanche, malin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-07-10.04:11:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562731871.22.0.997450097732.issue37527@roundup.psfhosted.org>
In-reply-to
Content
Looks like a similar problem to issue29097.

>>> from datetime import datetime
>>> d = datetime.fromtimestamp(1)
>>> d.timestamp()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
OSError: [Errno 22] Invalid argument

Neijwiert tried to analyzed it in stackoverflow:
https://stackoverflow.com/questions/56931738/
History
Date User Action Args
2019-07-10 04:11:11malinsetrecipients: + malin, paul.moore, belopolsky, tim.golden, jleclanche, zach.ware, steve.dower, ammar2, Dschoni
2019-07-10 04:11:11malinsetmessageid: <1562731871.22.0.997450097732.issue37527@roundup.psfhosted.org>
2019-07-10 04:11:11malinlinkissue37527 messages
2019-07-10 04:11:11malincreate