summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-18 06:30:42 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-18 06:30:42 +0200
commit2f08c85d52fb1b7ef92a97bcc93a1997b4d02384 (patch)
tree2af8e084754e367bf0bea07e30ca3040b844d1c1
parent1afccbe71c4af4ae3819862c19ca15bd69044192 (diff)
parent50bb9ec84c73c76aa0b69536de483f54be58ec47 (diff)
downloademacs-2f08c85d52fb1b7ef92a97bcc93a1997b4d02384.tar.gz
Merge from origin/emacs-28
50bb9ec84c ; * admin/admin.el (make-news-html-file): Fix typo.
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 247bbd5f4e5..6a67f172e2c 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -963,7 +963,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))