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

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

bug#32443: 27.0.50; encode-time bug


From: Live System User
Subject: bug#32443: 27.0.50; encode-time bug
Date: Tue, 21 Aug 2018 15:52:38 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Hi,

        A closer look seems to show this bug is rooted in
        a regression in (ultimately) 'parse-time-string':

           M-: (date-to-time "Tue, 06 Mar 2018 11:17:02 -0500")
           Invalid date: Tue, 06 Mar 2018 11:17:02 -0500

        When the date/time is being parsed, you erroneously get:

           M-: (parse-time-string "Tue, 06 Mar 2018 11:17:02 -0500")
           (nil nil nil 6 3 2018 2 nil nil)

        With Emacs 26.1, you get:

           (2 17 11 6 3 2018 2 nil -18000)

        Thanks.





reply via email to

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