]> git.eshelyaron.com Git - emacs.git/commit
Prefer format-time-string to current-time-zone
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2021 17:40:22 +0000 (09:40 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 16 Dec 2021 19:17:26 +0000 (11:17 -0800)
commite0ca8f791c2e4396f1e40d86c136ae547b40185d
treead45c9ac4238ad159598a70506cfa0bf53b4bc56
parentfc520f8b7090fb95e61a498b5b23be6041475bd3
Prefer format-time-string to current-time-zone

* lisp/org/ox-icalendar.el (org-icalendar-template)
(org-icalendar-export-current-agenda)
(org-icalendar--combine-files):
* lisp/time.el (display-time-update):
Prefer (format-time-string "%Z") to (cadr (current-time-zone)).
lisp/org/ox-icalendar.el
lisp/time.el