Atom feed's date should conform to RFC 3339.

This commit is contained in:
Hiro Asari 2013-11-11 15:32:41 -05:00
parent 3b20120c72
commit 2645422fd3

View File

@ -11,7 +11,7 @@ module Travis::Api::App::Responders
<link href="<%= endpoint.url %>" type="application/atom+xml" rel = "self" />
<id>urn:uuid:<%= SecureRandom.uuid %></id>
<rights>Copyright (c) <%= DateTime.now.strftime("%Y") %> Travis CI GmbH</rights>
<updated><%= DateTime.now.strftime %></updated>
<updated><%= DateTime.now.rfc3339 %></updated>
<% resource.each do |build| %>
<entry>