Skip to content

Commit

Permalink
Use a real time for the feed too.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Jun 1, 2008
1 parent c4a1cfd commit 4fade26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vanilla/dynasnips/kind.rb
Expand Up @@ -41,7 +41,7 @@ def render_entry_collection(snips, entries, as, kind)
when :xml
Atom::Feed.new do |f|
f.title = feed_title
f.updated = snips[0].updated_at
f.updated = DateTime.parse(snips[0].updated_at)
f.id = "tag:#{domain},2008-06-01:kind/#{kind}"
f.entries = entries
end.to_xml
Expand Down

0 comments on commit 4fade26

Please sign in to comment.