]> code.delx.au - gnu-emacs/commitdiff
* automated/icalendar-tests.el (icalendar--decode-isodatetime): Hydra fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 2 Aug 2014 05:44:18 +0000 (01:44 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 2 Aug 2014 05:44:18 +0000 (01:44 -0400)
Use more precise TZ specification, as per 2013-08-04.

test/ChangeLog
test/automated/icalendar-tests.el

index 4e47f95b066c41ab984851c4f1da7a05b6877a8a..144f10783191013cdc70b0691a3f4b3fac210c80 100644 (file)
@@ -1,6 +1,12 @@
+2014-08-02  Glenn Morris  <rgm@gnu.org>
+
+       * automated/icalendar-tests.el (icalendar--decode-isodatetime):
+       Use more precise TZ specification, as per 2013-08-04.
+
 2014-07-30  Ulf Jasper  <ulf.jasper@web.de>
 
-       * automated/icalendar-tests.el (icalendar--decode-isodatetime): New test.
+       * automated/icalendar-tests.el (icalendar--decode-isodatetime):
+       New test.
 
 2014-07-28  Dmitry Antipov  <dmantipov@yandex.ru>
 
index 2ffa3911ee316558b3333b6a5b81ec8024d0645d..0f655232e71967765ddded56448f08ea85a7d048 100644 (file)
@@ -420,8 +420,8 @@ END:VEVENT
        result)
     (unwind-protect
        (progn
-         ;; Use Eastern European Time (UTC+1, UTC+2 daylight saving)
-         (setenv "TZ" "EET")
+         ;; Use Eastern European Time (UTC+2, UTC+3 daylight saving)
+         (setenv "TZ" "EET-2EEST,M3.5.0/3,M10.5.0/4")
 
           (message "%s" (current-time-zone (encode-time 0 0 10 1 1 2013 0)))
           (message "%s" (current-time-zone (encode-time 0 0 10 1 8 2013 0)))