[issue23517] datetime.utcfromtimestamp parses timestamps incorrectly

STINNER Victor report at bugs.python.org
Wed Feb 25 18:33:48 CET 2015


STINNER Victor added the comment:

> What do you mean by "currently"?  What versions of python have it wrong?

I search for "ROUND" in Modules/_datetimemodule.c: in the Python development branch (default), I found _PyTime_ROUND_DOWN (Round towards zero). Since a bug was reported, I understand that it's not the good rounding method?

----------

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


More information about the Python-bugs-list mailing list