# HG changeset patch # User Richard M. Stallman # Date 1192742590 0 # Node ID e7618e76351a5cd2657c42d9be3f07309acb9428 # Parent 9fd4569b265a0ec03f47f0406a649e2ee3d2b36b (display-time-world-time-format): Display day # not month #. diff -r 9fd4569b265a -r e7618e76351a lisp/time.el --- 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