Using RFC-822 date for RSS feeds.

This commit is contained in:
Dan Karran 2007-06-17 19:17:55 +00:00
parent 7eec8de2a6
commit 1a1f600243

View file

@ -295,7 +295,7 @@ module OSM
item << description
pubDate = XML::Node.new 'pubDate'
pubDate << timestamp.xmlschema
pubDate << timestamp.to_s(:rfc822)
item << pubDate
if latitude