]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gmm-utils.el
; Merge from origin/emacs-25
[gnu-emacs] / lisp / gnus / gmm-utils.el
index 785a286c9150dcfd892963029770a2eeac4f6c7e..f6455cf9f1a0a522e9d8f8d95a6e278c02512d7b 100644 (file)
@@ -286,7 +286,7 @@ specifiers `%Z' and `%z' will be replaced with a numeric form. "
          (setq st nd))
        (push (substring format-string st) rest)
        (format-time-string (apply 'concat (nreverse rest)) time))
-    (format-time-string format-string time tz)))
+    (format-time-string format-string time t)))
 
 (provide 'gmm-utils)