all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#52934: format-time-string year error
@ 2022-01-01 20:11 david
  2022-01-01 20:16 ` bug#52934: [External] : " Drew Adams
  2022-01-01 20:25 ` Eli Zaretskii
  0 siblings, 2 replies; 6+ messages in thread
From: david @ 2022-01-01 20:11 UTC (permalink / raw)
  To: 52934

;; I ran this in the *scratch* buffer at lunch time in Denver.
;; The year is not right.
(defun  doit  ()
  (format  "%s\n%s\n%s"          
           (current-time)
           (format-time-string  "%d %b")
           (format-time-string  "%R %G")))
(doit)
"(25040 45621 647344 602000)
01 Jan
12:57 2021"







^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-02  7:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-01 20:11 bug#52934: format-time-string year error david
2022-01-01 20:16 ` bug#52934: [External] : " Drew Adams
2022-01-01 20:25 ` Eli Zaretskii
2022-01-01 22:21   ` Andreas Schwab
2022-01-01 23:01     ` david
2022-01-02  7:32       ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.