diff lisp/time.el @ 85425:e7618e76351a

(display-time-world-time-format): Display day # not month #.
author Richard M. Stallman <rms@gnu.org>
date Thu, 18 Oct 2007 21:23:10 +0000
parents f1ad11ae7c01
children f72f7930bbb5 1251cabc40b7
line wrap: on
line diff
--- a/lisp/time.el	Thu Oct 18 21:07:57 2007 +0000
+++ b/lisp/time.el	Thu Oct 18 21:23:10 2007 +0000
@@ -127,7 +127,7 @@
   :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