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-03-05 22:59:13 -08:00
2011-10-06 18:57:27 +02:00
2011-10-15 16:38:20 +02:00
2011-09-29 01:04:08 +02:00
2011-09-28 07:41:54 +02:00
2012-01-17 21:31:50 +01:00
2011-12-12 13:47:25 +01:00
2011-11-15 00:00:12 +01:00
2011-11-27 05:16:22 +01:00
2012-01-19 01:08:41 -06:00
2012-02-29 18:31:31 -05:00
2011-09-29 00:58:57 +03:00
2012-01-13 21:43:40 +10:00
2011-11-25 18:56:07 +01:00
2012-03-10 23:43:12 +01:00
2012-01-13 21:43:40 +10:00
2011-11-21 21:26:56 +01:00
2011-11-15 00:00:12 +01:00
2011-09-29 00:58:57 +03:00
2012-02-25 12:24:21 +01:00
2011-12-23 12:40:16 +01:00
2012-01-16 17:29:05 -05:00
2012-02-25 12:24:21 +01:00
2012-01-13 21:43:40 +10:00
2012-03-05 08:54:46 +01:00
2011-11-25 22:10:02 +01:00
2011-12-05 16:45:02 -05:00
2011-10-04 14:43:47 +02:00
2012-02-21 00:33:36 +01:00
2012-02-26 17:49:52 +10:00
2012-02-21 19:03:47 +01:00
2011-09-29 12:43:18 +02:00
2012-01-14 15:45:13 -08:00
2012-01-14 08:58:23 -05:00
2011-10-06 19:04:12 +02:00
2012-02-21 19:08:26 +01:00
2012-03-13 13:35:55 +01:00
2011-12-16 11:24:27 +01:00
2012-02-26 15:54:47 -05:00
2012-01-15 19:15:36 -06:00
2011-10-21 21:57:36 +03:00
2012-03-04 01:34:37 +01:00