all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Live System User <nyc4bos@aol.com>
To: 32443@debbugs.gnu.org
Subject: bug#32443: 27.0.50; encode-time bug
Date: Tue, 21 Aug 2018 15:52:38 -0400	[thread overview]
Message-ID: <87va83zed5.fsf@aol.com> (raw)
In-Reply-To: <87bma4pmtt.fsf@aol.com>

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.





  parent reply	other threads:[~2018-08-21 19:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-14 23:09 bug#32443: 27.0.50; encode-time bug Live System User
2018-08-15  0:00 ` Live System User
2019-09-27 16:34   ` Lars Ingebrigtsen
2019-10-14  7:34     ` Lars Ingebrigtsen
2018-08-21 19:52 ` Live System User [this message]
2018-08-24 17:25   ` Glenn Morris
2018-08-29  9:19     ` Robert Pluim
2018-08-29 15:25       ` Live System User
2018-08-30  8:24         ` Robert Pluim
2018-08-30 17:45           ` Live System User
2018-08-31  7:34             ` Robert Pluim
2018-09-22  4:37               ` Live System User

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87va83zed5.fsf@aol.com \
    --to=nyc4bos@aol.com \
    --cc=32443@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.