mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-06 16:38:55 +00:00
13 lines
287 B
XML
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>
|