X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/70d6880e10881dfd4b68f51cf16609a9f8aaff24..041aa35939f9a93553812054a7dc7e0f05222cce:/app/views/changeset_comments/_comments.rss.builder?ds=sidebyside diff --git a/app/views/changeset_comments/_comments.rss.builder b/app/views/changeset_comments/_comments.rss.builder index 8848b9a80..59973965f 100644 --- a/app/views/changeset_comments/_comments.rss.builder +++ b/app/views/changeset_comments/_comments.rss.builder @@ -11,6 +11,6 @@ comments.each do |comment| xml.dc :creator, comment.author.display_name if comment.author - xml.pubDate comment.created_at.to_s(:rfc822) + xml.pubDate comment.created_at.to_fs(:rfc822) end end