diff options
Diffstat (limited to 'lisp/vc')
| -rw-r--r-- | lisp/vc/pcvs-info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/pcvs-info.el b/lisp/vc/pcvs-info.el index 1abc7729045..b9ecc892540 100644 --- a/lisp/vc/pcvs-info.el +++ b/lisp/vc/pcvs-info.el | |||
| @@ -465,7 +465,7 @@ DIR can also be a file." | |||
| 465 | ((equal date "Result of merge") (setq subtype 'MERGED)) | 465 | ((equal date "Result of merge") (setq subtype 'MERGED)) |
| 466 | ((let ((mtime (nth 5 (file-attributes (concat dir f)))) | 466 | ((let ((mtime (nth 5 (file-attributes (concat dir f)))) |
| 467 | (system-time-locale "C")) | 467 | (system-time-locale "C")) |
| 468 | (setq timestamp (format-time-string "%c" mtime 'utc)) | 468 | (setq timestamp (format-time-string "%c" mtime t)) |
| 469 | ;; Solaris sometimes uses "Wed Sep 05", not "Wed Sep 5". | 469 | ;; Solaris sometimes uses "Wed Sep 05", not "Wed Sep 5". |
| 470 | ;; See "grep '[^a-z_]ctime' cvs/src/*.c" for reference. | 470 | ;; See "grep '[^a-z_]ctime' cvs/src/*.c" for reference. |
| 471 | (if (= (aref timestamp 8) ?0) | 471 | (if (= (aref timestamp 8) ?0) |