NewsBlur/vendor/feedvalidator/demo/docs-xml/info/W3CDTFDateNonUTC.xml

13 lines
501 B
XML

<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>Date should be a UTC date</p>
</div>
<div id='explanation'>
<p>Date should be expressed in UTC, but another timezone was specified instead.</p>
</div>
<div id='solution'>
<p>For maximum compatibility, this date should be expressed in UTC, using a "Z" for the timezone indicator. For more information about expressing dates, see <a href="http://www.w3.org/TR/NOTE-datetime">Date and Time Formats</a>.</p>
</div>
</div>
</fvdoc>