From 658dcd4753808b503e9cd327db2033632cdd4f7c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Oct 2007 21:23:32 +0000 Subject: (display-time-world-time-format): Display day # not month #. --- lisp/time.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/time.el') diff --git a/lisp/time.el b/lisp/time.el index 8bc14974315..4d94fb7aeb3 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -127,7 +127,7 @@ LABEL is a string to display to label that zone's time." :type '(repeat (list string string)) :version "23.1") -(defcustom display-time-world-time-format "%A %m %B %R %Z" +(defcustom display-time-world-time-format "%A %d %B %R %Z" "Format of the time displayed, see `format-time-string'." :group 'display-time :type 'string -- cgit v1.2.1