[Mono-dev] monologue and RSS.NET.dll

Rafael Teixeira monoman at gmail.com
Fri Feb 9 06:02:35 EST 2007


I vote yes, but it would be nice to tag the error in the author's list
to the right, as when the feed can't be read.

:)

On 2/8/07, Wade Berrier <wberrier at novell.com> wrote:
> 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
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


-- 
Rafael "Monoman" Teixeira
---------------------------------------
"The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself. Therefore all
progress depends on the unreasonable man." George Bernard Shaw



More information about the Mono-devel-list mailing list