bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52934: format-time-string year error


From: david
Subject: bug#52934: format-time-string year error
Date: Sat, 01 Jan 2022 13:11:56 -0700
User-agent: Tuxedo/0.1

;; 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"







reply via email to

[Prev in Thread] Current Thread [Next in Thread]