Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!--
4 Description: Test whether date parsing handles unabbreviated dates.
5 Expect: feed.updated == 'Sat, 25 Nov 2006 00:12:45 GMT'
7 -->
8 <rss version="2.0" >
9 <channel>
10 <pubDate>Saturday 25 November 2006 10:12:45 +1000</pubDate>
11 </channel>
12 </rss>