Files
cpython/Modules
Victor Stinner 5d272cc6a2 Close #14180: Factorize code to convert a number of seconds to time_t, timeval or timespec
time.ctime(), gmtime(), time.localtime(), datetime.date.fromtimestamp(),
datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
raises an OverflowError, instead of a ValueError, if the timestamp does not fit
in time_t.

datetime.datetime.fromtimestamp() and datetime.datetime.utcfromtimestamp() now
round microseconds towards zero instead of rounding to nearest with ties going
away from zero.
2012-03-13 13:35:55 +01:00
..
2012-02-21 13:59:40 +02:00
2011-09-28 07:41:54 +02:00
2012-03-12 23:41:07 +01:00
2011-06-01 19:47:24 +02:00
2011-12-09 23:42:29 +01:00
2011-03-28 17:26:04 -05:00
2012-02-21 22:37:36 +01:00
2012-03-06 15:37:36 +01:00
2011-06-06 20:24:11 -07:00
2011-09-28 07:41:54 +02:00
2011-12-10 17:50:22 -05:00
2011-11-11 19:39:25 +01:00
2012-03-07 14:59:13 -06:00
2012-02-20 22:24:29 -05:00
2012-02-20 22:24:29 -05:00
2012-02-20 22:24:29 -05:00