Files
cpython/Lib/test
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
..
2011-10-04 10:39:54 +02:00
2012-01-09 18:33:27 -05:00
2012-03-12 09:46:44 -07:00
2012-02-19 03:54:29 +01:00
2011-11-05 13:43:01 -07:00
2012-01-20 11:01:06 -05:00
2011-03-19 19:54:01 +01:00
2011-10-28 19:44:00 -04:00
2011-10-04 10:22:36 +02:00
2011-05-09 18:40:42 +03:00
2012-02-27 22:01:25 +01:00
2010-11-20 17:22:13 +00:00
2011-03-15 05:59:46 +02:00
2012-02-29 16:21:25 -08:00
2011-09-28 07:41:54 +02:00
2011-09-29 13:49:10 +02:00
2011-03-16 11:35:38 +02:00
2010-10-31 01:35:53 +00:00
2012-02-03 23:16:11 +01:00
2011-05-09 08:12:19 +02:00
2012-01-03 16:24:39 -06:00
2011-04-12 18:34:30 -05:00
2011-10-05 22:37:06 +02:00
2012-03-12 11:19:19 -07:00
2012-03-10 16:34:40 +01:00
2011-03-16 11:35:38 +02:00
2012-02-20 22:24:29 -05:00
2012-01-04 14:47:30 +08:00
2012-03-04 07:15:21 +02:00
2011-07-15 23:09:58 +02:00
2010-12-09 11:13:30 +00:00