cpython/Misc/NEWS.d/next/Windows/2018-05-16-11-31-17.bpo-290...

4 lines
146 B
ReStructuredText

Fix bug where :meth:`datetime.fromtimestamp` erronously throws an
:exc:`OSError` on Windows for values between 0 and 86400.
Patch by Ammar Askar.