瀏覽代碼

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.
Kyle Meyer 1 年之前
父節點
當前提交
0e0fe76ae4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-icalendar.el

+ 1 - 1
lisp/ox-icalendar.el

@@ -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.