]> code.delx.au - gnu-emacs/blobdiff - lisp/vc/pcvs-info.el
Adapt calls to 'format-time-string' to changes in Emacs 25
[gnu-emacs] / lisp / vc / pcvs-info.el
index 1abc7729045142da5d6e90d678af31f505a55a31..b9ecc89254044ec0aa9476ae972cb604556daae7 100644 (file)
@@ -465,7 +465,7 @@ DIR can also be a file."
               ((equal date "Result of merge") (setq subtype 'MERGED))
               ((let ((mtime (nth 5 (file-attributes (concat dir f))))
                      (system-time-locale "C"))
-                 (setq timestamp (format-time-string "%c" mtime 'utc))
+                 (setq timestamp (format-time-string "%c" mtime t))
                  ;; Solaris sometimes uses "Wed Sep 05", not "Wed Sep  5".
                  ;; See "grep '[^a-z_]ctime' cvs/src/*.c" for reference.
                  (if (= (aref timestamp 8) ?0)