summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows/2018-05-16-11-31-17.bpo-29097.9mqEuI.rst
blob: a59efc737f533a660f07a1e1c4b5f6eebfe1111d (plain)
1
2
3
Fix bug where :meth:`datetime.fromtimestamp` erronously throws an
:exc:`OSError` on Windows for values between 0 and 86400.
Patch by Ammar Askar.