From 0bb42ef80357c86ea7dd6a2bccaff111bc83b65d Mon Sep 17 00:00:00 2001 From: Stephen Gildea Date: Sun, 3 Oct 2021 12:22:23 -0700 Subject: [PATCH] ; * lisp/time-stamp.el (time-stamp-format): Doc string. --- lisp/time-stamp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/time-stamp.el b/lisp/time-stamp.el index e1ea922d040..178e490fb7d 100644 --- a/lisp/time-stamp.el +++ b/lisp/time-stamp.el @@ -59,7 +59,7 @@ with %, as follows. %#p `am' or `pm' %P gives uppercase: `AM' or `PM' %02S seconds %w day number of week, Sunday is 0 -%02y 2-digit year: `03' %Y 4-digit year: `2003' +%02y 2-digit year %Y 4-digit year %Z time zone name: `EST' %#Z gives lowercase: `est' %5z time zone offset: `-0500' (since Emacs 27; see note below) -- 2.39.2