Explorar o código

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 %!s(int64=2) %!d(string=hai) anos
pai
achega
0e0fe76ae4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.