[issue29097] datetime.fromtimestamp(t) when 0 <= t <= 86399 fails on Python 3.6

R. David Murray report at bugs.python.org
Thu Dec 29 09:52:39 EST 2016


R. David Murray added the comment:

Sounds like it really is an OSError (that is, that the Windows OS is the source of the error).  Whether or not we can or should do something about that is a separate question, though.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29097>
_______________________________________


More information about the Python-bugs-list mailing list