Files
UXP-Fixed/toolkit/components/feeds/test/xml/rss2/feed_pubDate_utc.xml
T
2018-02-02 04:16:08 -05:00

13 lines
287 B
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Description: Test whether date parsing handles 'UTC' as a timezone.
Expect: feed.updated == 'Mon, 16 Apr 2007 03:12:45 GMT'
-->
<rss version="2.0" >
<channel>
<pubDate>Monday, 16 April 2007 03:12:45 UTC</pubDate>
</channel>
</rss>