Gnus development mailing list
 help / color / mirror / Atom feed
From: Paul Stevenson <spaul@mail.phy.ornl.gov>
Subject: bug in date washing
Date: 18 Jul 1999 15:38:12 -0400	[thread overview]
Message-ID: <m3aestbvff.lashing@q2ypc.phy.ornl.gov> (raw)

In article mode 'W T i' turns the date line into iso8601 format. Trying
to rewash the date into any other format then barfs.

My lisp skills are insufficient to provide a fix, but I have traced the
problem to the fact that article-date-ut uses the washed date line from
the header as input and passes this straight on to
article-make-date-line which itself calls date-to-time which calls
parse-time-string which does not understand iso8601 format. So either
article-date-ut could get the 'unwashed' date and pass it on, or
parse-time-string could be persuaded to speak iso8601.

Paul


             reply	other threads:[~1999-07-18 19:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-07-18 19:38 Paul Stevenson [this message]
1999-07-19 11:00 ` Kai Großjohann
1999-07-27 15:19   ` Jack Vinson
1999-07-26 15:34     ` Paul Stevenson
1999-08-27 20:02   ` 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

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

  git send-email \
    --in-reply-to=m3aestbvff.lashing@q2ypc.phy.ornl.gov \
    --to=spaul@mail.phy.ornl.gov \
    /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).