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

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

bug#44566: 27.1; time bug at Gnus


From: Andreas Schwab
Subject: bug#44566: 27.1; time bug at Gnus
Date: Wed, 11 Nov 2020 13:47:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

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@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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