X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5cd417f8e8b09712892f8da64ead32bd59eef5d1..a4c20249b9dbc05360a5f7f18987d8e6b12191d9:/app/views/changeset_comments/_comments.rss.builder diff --git a/app/views/changeset_comments/_comments.rss.builder b/app/views/changeset_comments/_comments.rss.builder index 8848b9a80..4136b24b4 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_formatted_s(:rfc822) end end