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: 황병희
Subject: bug#44566: 27.1; time bug at Gnus
Date: Wed, 11 Nov 2020 21:19:02 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> 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)")

Thank You Very Much!!! 

Sincerely, Gnus fan Byung-Hee

-- 
^고맙습니다 _和合團結_ 감사합니다_^))//





reply via email to

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