New submission from Tommaso Barbugli:

Hi,

I am porting a library from python 2.7 to 3.4 and I noticed that the behaviour 
of datetime.utcfromtimestamp is not consistent between the two versions.

For example on python 2.7.5
datetime.utcfromtimestamp(1424817268.274)
returns a datetime with 274000 microseconds

the same code in python 3.4 returns a datetime with 273999 microseconds.

----------
components: Library (Lib)
messages: 236552
nosy: tbarbugli
priority: normal
severity: normal
status: open
title: datetime.utcfromtimestamp parses timestamps incorrectly
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23517>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to