Files
cpython/Lib/test
Victor Stinner 2ec5bd6fb2 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of
datetime.datetime now round microseconds to nearest with ties going away from
zero (ROUND_HALF_UP), as Python 2 and Python older than 3.3, instead of
rounding towards -Infinity (ROUND_FLOOR).
2015-09-03 09:06:44 +02:00
..
2015-08-08 22:03:43 -05:00
2015-08-30 09:17:02 -07:00
2015-09-02 23:21:03 +02:00
2015-08-15 14:47:27 -07:00
2015-08-20 10:48:46 +12:00
2015-09-03 00:09:26 +02:00