[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nnrss should borrow nnshibmun's RSS date processor...or something
- From: Mark Plaksin <happy@xxxxxxxxxxxxx>
- Date: Wed, 21 Dec 2005 22:55:58 -0500
- X-ml-name: emacs-w3m
- X-mail-count: 08473
Some RSS feeds provide the date in ISO 8601 date format. sb-rss.el from
nnshimbun converts from ISO 8601 to a format that Gnus can handle. nnrss
does no conversion so Gnus ends up saying the date is the start of the Unix
epoch.
It would be nice if the conversion function from sb-rss.el were put into
some library that nnrss could easily call. It's not clear to me where the
best place for that would be. For the moment, I hacked my copy of nnrss.el
to call an un-shimbuned version of shimbun-rss-process-date.