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: Lars Ingebrigtsen
Subject: bug#44566: 27.1; time bug at Gnus
Date: Wed, 11 Nov 2020 13:03:49 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

(parse-time-string "Wed, 11 Nov 2020 03:18:55 CET")
=> (55 18 3 11 11 2020 3 -1 nil)

(parse-time-string "Wed, 11 Nov 2020 11:18:55 +0900")
=> (55 18 11 11 11 2020 3 -1 32400)

Hm!  So `parse-time-string' doesn't understand symbolic (and ambiguous)
time zones?  Should it?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

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