Gnus development mailing list
 help / color / mirror / Atom feed
From: Karl Kleinpaste <karl@jprc.com>
Subject: p0.24 "invalid date"
Date: 09 Sep 1998 23:18:24 +-400	[thread overview]
Message-ID: <vxklnnsodtr.fsf@pocari-sweat.jprc.com> (raw)

Pterodactyl 0.24 tosses its cookies in one of my mail groups when I
sort by date, `C-c C-s C-d':

Signaling: (error "Invalid date: Wed, 29 Apr 98 0:26:01 EDT")
  signal(error ("Invalid date: Wed, 29 Apr 98 0:26:01 EDT"))
  cerror("Invalid date: %s" "Wed, 29 Apr 98 0:26:01 EDT")
  apply(cerror ("Invalid date: %s" "Wed, 29 Apr 98 0:26:01 EDT"))
  error("Invalid date: %s" "Wed, 29 Apr 98 0:26:01 EDT")
  date-to-time("Wed, 29 Apr 98 0:26:01 EDT")
  gnus-thread-sort-by-date(([2130 "news client?  impressive connect count" "Karl Kleinpaste <karl@jprc.com>" "29 Apr 1998 09:10:25 -0400" "<vxk67jsg4e6.fsf@pocari-sweat.jprc.com>" "" 302 6 "Xref: pocari-sweat.jprc.com personal.jprc:2130" ""]) ([2128 "Re: News-checking cron job (daily)" "rahuls+@postbox.ius.cs.cmu.edu" "Wed, 29 Apr 98 0:26:01 EDT" "<04235908202545@jprc.com>" "" 659 19 "Xref: pocari-sweat.jprc.com personal.jprc:2128" ""] ([2129 "Re: News-checking cron job (daily)" "Karl Kleinpaste <karl@jprc.com>" "29 Apr 1998 07:35:47 -0400" "<vxkk988273g.fsf@pocari-sweat.jprc.com>" "<04235908202545@jprc.com>" 217 5 "Xref: pocari-sweat.jprc.com personal.jprc:2129" ""])))
  sort((([2128 "Re: News-checking cron job (daily)" "rahuls+@postbox.ius.cs.cmu.edu" "Wed, 29 Apr 98 0:26:01 EDT" "<04235908202545@jprc.com>" "" 659 19 "Xref: pocari-sweat.jprc.com personal.jprc:2128" ""] (...))) gnus-thread-sort-by-date)
  gnus-sort-threads((([2128 "Re: News-checking cron job (daily)" "rahuls+@postbox.ius.cs.cmu.edu" "Wed, 29 Apr 98 0:26:01 EDT" "<04235908202545@jprc.com>" "" 659 19 "Xref: pocari-sweat.jprc.com personal.jprc:2128" ""] (...))))
  gnus-summary-prepare()
  gnus-summary-sort(date nil)
  gnus-summary-sort-by-date(nil)
  call-interactively(gnus-summary-sort-by-date)

It seems that date-to-time is a bit too uptight about hour-format.
Works: (date-to-time "Wed, 29 Apr 98 00:26:01 EDT")
Fails: (date-to-time "Wed, 29 Apr 98 0:26:01 EDT")


                 reply	other threads:[~1998-09-09 19:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=vxklnnsodtr.fsf@pocari-sweat.jprc.com \
    --to=karl@jprc.com \
    /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.
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 NNTP newsgroup(s).