From 057cf39efcb28ad9823792c9d5511fad304653e4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 2 Jul 1997 20:01:13 +0000 Subject: [PATCH] (display-time-string-forms): Use %M, not %m. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time.el b/lisp/time.el index f66160b4718..6708ef88243 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -131,7 +131,7 @@ depend on `display-time-day-and-date' and `display-time-24hr-format'." (format-time-string "%a %b %e " now) "") (format-time-string (or display-time-format - (if display-time-24hr-format "%H:%m" "%-I:%M%p")) + (if display-time-24hr-format "%H:%M" "%-I:%M%p")) now) load (if mail " Mail" "")) -- 2.39.2