GNU bug report logs - #44566
27.1; time bug at Gnus

Previous Next

Package: emacs;

Reported by: 황병희 <soyeomul <at> doraji.xyz>

Date: Wed, 11 Nov 2020 02:57:01 UTC

Severity: normal

Tags: moreinfo

Found in version 27.1

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

Bug is archived. No further changes may be made.

Full log


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

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: asjo <at> koldfront.dk, 황병희 <soyeomul <at> doraji.xyz>,
 44566 <at> debbugs.gnu.org
Subject: Re: bug#44566: 27.1; time bug at Gnus
Date: Wed, 11 Nov 2020 13:47:07 +0100
On Nov 11 2020, Lars Ingebrigtsen wrote:

> Heh.  It has coverage for this somewhat eccentric range of (legacy) time
> zone names:
>
> (defvar parse-time-zoneinfo `(("z" 0) ("ut" 0) ("gmt" 0)
> 			      ("pst" ,(* -8 3600)) ("pdt" ,(* -7 3600) t)
> 			      ("mst" ,(* -7 3600)) ("mdt" ,(* -6 3600) t)
> 			      ("cst" ,(* -6 3600)) ("cdt" ,(* -5 3600) t)
> 			      ("est" ,(* -5 3600)) ("edt" ,(* -4 3600) t))
>   "(zoneinfo seconds-off daylight-savings-time-p)")

See obs-zone in RFC2822.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."




This bug report was last modified 4 years and 218 days ago.

Previous Next


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