From 50bb9ec84c73c76aa0b69536de483f54be58ec47 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 17 Sep 2022 21:59:47 +0200 Subject: [PATCH] ; * 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 3906dd8d63c..4bd19ea1d92 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)) -- 2.39.2