projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
732c70a
)
; * lisp/time-stamp.el (time-stamp-format): Doc string.
author
Stephen Gildea
<stepheng+emacs@gildea.com>
Sun, 3 Oct 2021 19:22:23 +0000
(12:22 -0700)
committer
Stephen Gildea
<stepheng+emacs@gildea.com>
Sun, 3 Oct 2021 19:23:31 +0000
(12:23 -0700)
lisp/time-stamp.el
patch
|
blob
|
history
diff --git
a/lisp/time-stamp.el
b/lisp/time-stamp.el
index e1ea922d040ed60655e016731b8829e7fd2e97d4..178e490fb7d3076ccc68d0c15c3783e0630eecba 100644
(file)
--- 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)