nyuszika7h da2cec32eb Time.time: Work around a Python bug
There is a bug [1] in older versions of Python (reproduced up to 2.7.5
and 3.2.3) where time.strftime('%z') would always give '+0000' if it's
given an argument. It's closed as "not a bug", but appears to be fixed
in recent versions. To work around this, datetime and dateutil is used
now when available.

[1] http://bugs.python.org/issue1493676
2014-11-24 22:09:38 +01:00
..
2014-08-17 13:48:43 +02:00
2014-11-16 19:34:23 +02:00
2014-07-10 23:07:35 +03:00
2014-08-04 15:12:17 +02:00
2014-10-12 13:22:56 -07:00
2014-06-08 16:59:42 +02:00
2014-11-10 18:34:49 -08:00
2014-06-08 16:59:42 +02:00
2014-07-13 17:25:58 +02:00
2014-06-08 13:07:36 +03:00
2014-11-24 22:09:38 +01:00
2014-10-22 17:47:39 +03:00