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).
V
Victor Stinner committed
2ec5bd6fb22ff71ffbe5987f55a31bc4177e39a6
Parent: 0fa5ef7