all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: <david@ngdr.net>
To: 52934@debbugs.gnu.org
Subject: bug#52934: format-time-string year error
Date: Sat, 01 Jan 2022 13:11:56 -0700	[thread overview]
Message-ID: <dd146dfd40bc72dc1206719dd1b2f14a@127.0.0.1> (raw)

;; 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	other threads:[~2022-01-01 20:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-01 20:11 david [this message]
2022-01-01 20:16 ` bug#52934: [External] : bug#52934: format-time-string year error 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dd146dfd40bc72dc1206719dd1b2f14a@127.0.0.1 \
    --to=david@ngdr.net \
    --cc=52934@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.