Using RFC-822 date for RSS feeds.
This commit is contained in:
parent
7eec8de2a6
commit
1a1f600243
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue