bundle--mk.el: dont show day name in timestamp

This commit is contained in:
Marcus Kammer 2023-06-16 10:37:21 +02:00
parent a4c6dcac10
commit 4ae78878ec

View file

@ -157,4 +157,4 @@
;; (or shr-current-font 'variable-pitch)))))))))
(defun mk/get-current-time-formatted ()
(concat "#+DATE: " (format "[%s]" (format-time-string "%Y-%m-%d %a %R" (current-time)))))
(concat "#+DATE: " (format "[%s]" (format-time-string "%Y-%m-%d %R" (current-time)))))