* automated/icalendar-tests.el (icalendar--decode-isodatetime): Hydra fix.

Use more precise TZ specification, as per 2013-08-04.
This commit is contained in:
Glenn Morris 2014-08-02 01:44:18 -04:00
parent 3ee7618cf1
commit 073ae628bb
2 changed files with 9 additions and 3 deletions

View 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>

View 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)))