Skip to content

Commit 0e0fe76

Browse files
committed
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.
1 parent 6dd736a commit 0e0fe76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/ox-icalendar.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ FILES is a list of files to build the calendar from."
10331033
user-full-name
10341034
;; Timezone.
10351035
(or (org-string-nw-p org-icalendar-timezone)
1036-
(format-time-string "Z"))
1036+
(format-time-string "%Z"))
10371037
;; Description.
10381038
org-icalendar-combined-description
10391039
;; Contents.

0 commit comments

Comments
 (0)