[pypy-issue] [issue745] datetime microseconds rounded differently in CPython

Jonas H. tracker at bugs.pypy.org
Fri Jun 10 09:53:49 CEST 2011


New submission from Jonas H. <jonas at lophus.org>:

from https://jira.mongodb.org/browse/PYTHON-254?
page=com.atlassian.jira.plugin.system.issuetabpanels:comment-
tabpanel&focusedCommentId=36896#comment-36896

cpython: 
>>> datetime.datetime.fromtimestamp(1293843661.191) 
datetime.datetime(2010, 12, 31, 20, 1, 1, 191000) 

pypy: 
>>>> datetime.datetime.fromtimestamp(1293843661.191) 
datetime.datetime(2010, 12, 31, 20, 1, 1, 190999)

----------
messages: 2617
nosy: jonash, pypy-issue
priority: bug
status: unread
title: datetime microseconds rounded differently in CPython

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue745>
________________________________________


More information about the pypy-issue mailing list