unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: 18176@debbugs.gnu.org
Subject: bug#18176: 24.4.50; Errors on dates far in the future in url.el
Date: Sat, 02 Aug 2014 22:22:09 -0400	[thread overview]
Message-ID: <vkmwbmxqge.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <m3tx5ueazr.fsf@stories.gnus.org> (Lars Magne Ingebrigtsen's message of "Sun, 03 Aug 2014 01:18:48 +0200")

Lars Magne Ingebrigtsen wrote:

>   date-to-time("31-Dec-9999 23:59:59.00 GMT")
[...]
> date-to-time should understand dates after 2037. 

I think it's actually 4038, due to this element of parse-time-rules:

((5) (100 4038))

Simply change that to

((5) (100 9999))

and it seems to work; but I did not check if that breaks anything else.





  reply	other threads:[~2014-08-03  2:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-02 23:18 bug#18176: 24.4.50; Errors on dates far in the future in url.el Lars Magne Ingebrigtsen
2014-08-03  2:22 ` Glenn Morris [this message]
2014-08-03  3:31 ` Glenn Morris
2014-08-03 15:50 ` Paul Eggert
     [not found] ` <handler.18176.D18176.1407081050570.notifdone@debbugs.gnu.org>
2014-08-03 15:58   ` bug#18176: closed (Re: 24.4.50; Errors on dates far in the future in url.el) Lars Magne Ingebrigtsen

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=vkmwbmxqge.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=18176@debbugs.gnu.org \
    --cc=larsi@gnus.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).