mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
13 lines
501 B
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>
|