ox-icalendar: Fix time zone construct from recently ported commit

* lisp/ox-icalendar.el (org-icalendar--combine-files): Correct typo in
format-time-string specifier.

This is a follow-up to the port of Emacs's e0ca8f791.
This commit is contained in:
Kyle Meyer 2022-10-04 17:42:27 -04:00
parent 6dd736ab35
commit 0e0fe76ae4
1 changed files with 1 additions and 1 deletions

View File

@ -1033,7 +1033,7 @@ FILES is a list of files to build the calendar from."
user-full-name
;; Timezone.
(or (org-string-nw-p org-icalendar-timezone)
(format-time-string "Z"))
(format-time-string "%Z"))
;; Description.
org-icalendar-combined-description
;; Contents.