summaryrefslogtreecommitdiffstats
path: root/toolkit/components/feeds/test/xml/rss2/feed_pubDate_utc.xml
blob: 8eff560460a5743c4a88811de2b0a7046c0a05b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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>