xml.dc :creator, comment.author.display_name if comment.author
- xml.pubDate comment.created_at.to_s(:rfc822)
+ xml.pubDate comment.created_at.to_formatted_s(:rfc822)
xml.geo :lat, comment.note.lat
xml.geo :long, comment.note.lon
xml.georss :point, "#{comment.note.lat} #{comment.note.lon}"