emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 50bb9ec84c: ; * admin/admin.el (make-news-html-file): Fix typo.


From: Stefan Kangas
Subject: emacs-28 50bb9ec84c: ; * admin/admin.el (make-news-html-file): Fix typo.
Date: Sat, 17 Sep 2022 16:07:25 -0400 (EDT)

branch: emacs-28
commit 50bb9ec84c73c76aa0b69536de483f54be58ec47
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; * admin/admin.el (make-news-html-file): Fix typo.
---
 admin/admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/admin.el b/admin/admin.el
index 3906dd8d63..4bd19ea1d9 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -955,7 +955,7 @@ $Date: %s $
             (format admin--org-html-postamble
                     copyright-years
                     ;; e.g. "2022/09/13 09:13:13"
-                    (format-time-string "%Y/%M/%y %H:%m:%S")))
+                    (format-time-string "%Y/%m/%d %H:%m:%S")))
            (org-html-mathjax-template "")
            (htmlize-output-type 'css))
       (org-html-export-as-html))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]