From d8692fe8ab98765a284cfc397896e3727b019be2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Jun 2013 17:25:25 -0400 Subject: [PATCH] Correct date --- feed.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed.xml b/feed.xml index faaead7c..19cb9cda 100644 --- a/feed.xml +++ b/feed.xml @@ -21,7 +21,7 @@ layout: none <![CDATA[{{ post.title | cdata_escape }}]]> {{ site.url }}{{ post.id }} - {% if post.modified %}{{ post.modified | to_xmlschema }} + {% if post.modified %}{{ post.modified | to_xmlschema }}T00:00:00-00:00 {{ post.date | date_to_xmlschema }} {% else %}{{ post.date | date_to_xmlschema }} {{ post.date | date_to_xmlschema }}{% endif %}