mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
20 lines
1,002 B
XML
20 lines
1,002 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p>Implausible date: <code>foo</code></p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>While this date-time value is formatted correctly, it either appears to be
|
|
in the future, or far enough in the past to indicate that there might either be a software error, or an incorrectly set clock, involved.</p>
|
|
<p>While the RSS 2.0 spec
|
|
<a href="http://blogs.law.harvard.edu/tech/rss#ltpubdategtSubelementOfLtitemgt">anticipated</a>
|
|
that some aggregators may chose to ignore items with pubDates in the future,
|
|
this practice
|
|
<a href="http://www.rssboard.org/rss-profile#element-channel-item-pubdate">never seemed to catch on</a>.</p>
|
|
<p>Instead, many clients sort by dates, either by default, or as an option. For this reason, it is important that date values are as accurate as possible.</p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Ensure that RSS 2.0 pubDate and atom:updated and atom:published elements are as accurate as possible.</p>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|