summaryrefslogtreecommitdiff
path: root/admin/admin.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-09-17 21:59:47 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-09-17 22:06:33 +0200
commit50bb9ec84c73c76aa0b69536de483f54be58ec47 (patch)
treeedac2ff3db17894c05ed0b923879ab11734c208d /admin/admin.el
parente2c3ce24023f8daee32d49b3724adbf43de9fc92 (diff)
downloademacs-50bb9ec84c73c76aa0b69536de483f54be58ec47.tar.gz
; * admin/admin.el (make-news-html-file): Fix typo.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
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))