Files
cpython/Lib
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-01-26 00:15:07 -08:00
2012-03-07 20:50:06 +01:00
2011-11-11 19:39:25 +01:00
2012-03-04 16:23:53 +01:00
2012-03-02 12:32:14 -05:00
2011-10-19 10:58:56 +03:00
2012-03-04 16:12:09 +01:00
2012-02-21 13:59:40 +02:00
2012-03-13 00:14:19 -07:00
2012-01-21 11:55:40 +08:00
2012-03-05 16:24:07 +01:00
2011-10-28 14:52:29 +02:00
2011-10-19 11:06:26 +03:00
2011-12-10 13:02:17 +01:00
2011-11-08 18:39:15 +01:00
2011-11-04 08:29:17 +01:00
2011-11-11 19:39:25 +01:00
2011-12-22 01:15:53 +00:00
2011-10-28 14:52:29 +02:00
2011-12-13 13:22:42 -05:00
2012-02-01 15:15:14 -06:00
2011-11-04 08:29:17 +01:00
2012-01-09 20:02:24 +00:00
2011-11-11 09:41:17 -06:00
2012-03-10 09:27:30 +01:00
2011-10-18 13:26:49 +03:00
2011-11-04 10:22:57 +01:00
2011-10-28 14:52:29 +02:00
2011-12-02 21:25:39 +02:00