]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gmm-utils.el
Adapt calls to 'format-time-string' to changes in Emacs 25
[gnu-emacs] / lisp / gnus / gmm-utils.el
index 6049f480461e81657fe307cfca60503d242a4576..fca2394cbc740ac5d2b3909376f89ab364999843 100644 (file)
@@ -473,7 +473,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)