Files
Nim/lib
Felix Krause 2ec6fe56ad Fixed timezone handling
* mktime always interprets its input as local time even on systems where
   gmtoff is present, so using it is utterly useless for anything but getting
   the local timezone. Removed all other usage of gmtoff to avoid confusion.
 * Properly handle timezone offset in toTime()
 * Properly handle timezone offset in `$` because asctime also interprets its
   input as local time
 * Also tried to fix the JavaScript implementation
2016-11-01 17:22:50 +01:00
..
2016-10-20 23:02:26 +02:00
2016-10-27 12:22:12 +07:00
2016-08-23 10:16:52 +02:00
2016-10-20 21:40:04 +02:00
2016-10-17 13:12:15 +01:00
2016-11-01 17:22:50 +01:00
2016-10-16 04:03:45 +03:00
2016-10-09 02:01:28 +02:00
2016-10-17 12:10:31 +01:00
2013-03-16 23:53:07 +01:00
2016-09-12 22:57:12 +02:00
2014-08-28 09:59:26 +02:00
2016-10-31 20:16:31 +01:00
2016-11-01 10:25:34 +01:00