unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ulf Jasper <ulf.jasper@web.de>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 51959@debbugs.gnu.org, dick <dick.r.chiang@gmail.com>
Subject: bug#51959: 28.0.50; [PATCH] Fallout from 69f1bc43c0
Date: Sat, 20 Nov 2021 13:05:04 +0100	[thread overview]
Message-ID: <87h7c7118v.fsf@panama> (raw)
In-Reply-To: <87o86gvb70.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 19 Nov 2021 08:47:31 +0100")

Am 19.11.2021 um 08:47 (+0100) schrieb Lars Ingebrigtsen:
> dick <dick.r.chiang@gmail.com> writes:
>
>> +        (when (> (length isodatetimestring) 15)
>> +          (cl-case (aref isodatetimestring 15)
>> +            (?Z
>> +             (setq source-zone t))
>> +            ((?- ?+)
>> +             (setq source-zone
>> +                   (concat "UTC" (substring isodatetimestring 15))))))
>
> UTC-0200?  Is that the syntax to use here?  I've added Ulf to the CCs.

'source-zone' is passed to 'encode-time'.  'encode-time' accepts a
"string as in the TZ environment variable".  "UTC-0200" appears to be
syntactically correct, according to

    https://www.gnu.org/software/libc/manual/html_node/TZ-Variable.html





  parent reply	other threads:[~2021-11-20 12:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-18 23:35 bug#51959: 28.0.50; [PATCH] Fallout from 69f1bc43c0 dick
2021-11-19  7:47 ` Lars Ingebrigtsen
2021-11-19 12:23   ` dick
2021-11-19 12:26     ` Lars Ingebrigtsen
2021-11-19 12:38       ` dick
2021-11-19 15:59   ` Michael Albinus
2021-11-20 10:46     ` Stefan Kangas
2021-11-20 10:50       ` Lars Ingebrigtsen
2021-11-20 12:05   ` Ulf Jasper [this message]
2021-11-21  8:19     ` Lars Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87h7c7118v.fsf@panama \
    --to=ulf.jasper@web.de \
    --cc=51959@debbugs.gnu.org \
    --cc=dick.r.chiang@gmail.com \
    --cc=larsi@gnus.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).