]> git.eshelyaron.com Git - emacs.git/commitdiff
; * admin/admin.el (make-news-html-file): Fix typo.
authorStefan Kangas <stefankangas@gmail.com>
Sat, 17 Sep 2022 19:59:47 +0000 (21:59 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sat, 17 Sep 2022 20:06:33 +0000 (22:06 +0200)
admin/admin.el

index 3906dd8d63c52ce2d6c819abad808415140ec6a2..4bd19ea1d92ad666c3e61015691eb72e6f7b7a82 100644 (file)
@@ -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))