[Mono-dev] monologue and RSS.NET.dll
Wade Berrier
wberrier at novell.com
Thu Feb 8 17:20:58 EST 2007
Hi,
If RSS.NET.dll (DateTime.Parse()) can't parse a date it uses
DateTime.MinValue in it's place.
This was happening for lupus' feed, making his old posts always show up
on monologue.
The maintainer of advogato fixed the date format in his rss feeds so
this shouldn't happen anymore.
I'm thinking it's a bad idea that feeds with invalid date formats become
permalinks (monologue's worker):
if (i.PubDate == DateTime.MinValue || i.PubDate >= minPubDate) {
Ok to remove 'i.PubDate == DateTime.MinValue ||' ?
Wade
More information about the Mono-devel-list
mailing list