GNU bug report logs - #51959
28.0.50; [PATCH] Fallout from 69f1bc43c0

Previous Next

Package: emacs;

Reported by: dick <dick.r.chiang <at> gmail.com>

Date: Thu, 18 Nov 2021 23:36:02 UTC

Severity: normal

Tags: moreinfo, patch

Found in version 28.0.50

Fixed in version 29.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #31 received at 51959 <at> debbugs.gnu.org (full text, mbox):

From: Ulf Jasper <ulf.jasper <at> web.de>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 51959 <at> debbugs.gnu.org, dick <dick.r.chiang <at> gmail.com>
Subject: Re: bug#51959: 28.0.50; [PATCH] Fallout from 69f1bc43c0
Date: Sat, 20 Nov 2021 13:05:04 +0100
Am 19.11.2021 um 08:47 (+0100) schrieb Lars Ingebrigtsen:
> dick <dick.r.chiang <at> 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




This bug report was last modified 3 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.