mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-31 13:07:05 +02:00

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
This plugin allows you to use different time functions.