diff --git a/app/views/wiki/rss_feed.rhtml b/app/views/wiki/rss_feed.rhtml index dcefd4a0..12ac7073 100644 --- a/app/views/wiki/rss_feed.rhtml +++ b/app/views/wiki/rss_feed.rhtml @@ -12,7 +12,7 @@ <% unless @hide_description %> <%= h page.display_content %> <% end %> - <%= page.created_at.strftime "%a, %e %b %Y %H:%M:%S %Z" %> + <%= page.created_at.getgm.strftime "%a, %e %b %Y %H:%M:%S Z" %> <%= url_for :only_path => false, :web => @web_name, :action => @link_action, :id => page.name %> <%= url_for :only_path => false, :web => @web_name, :action => @link_action, :id => page.name %> <%= WikiWords.separate(page.author) %>