From 41115d07454216a3e1cb5ce829aaa861cfb40860 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 20 Jun 2000 18:24:22 +0000 Subject: [PATCH] (emacs-version): Use ISO date format. --- lisp/version.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/version.el b/lisp/version.el index a14d84eedd6..4da940292c2 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -59,7 +59,7 @@ to the system configuration; look at `system-configuration' instead." (cond ((featurep 'motif) ", Motif") ((featurep 'x-toolkit) ", X toolkit") (t "")) - (format-time-string "%a %b %e %Y" emacs-build-time) + (format-time-string "%a %Y-%m-%d" emacs-build-time) emacs-build-system))) (if here (insert version-string) -- 2.39.2