diff --git a/cps/templates/feed.xml b/cps/templates/feed.xml index c1e9f43d..d2114157 100644 --- a/cps/templates/feed.xml +++ b/cps/templates/feed.xml @@ -53,7 +53,7 @@ {{entry.Books.publishers[0].name}} {% endif %} - {{entry.Books.pubdate}} + {{entry.Books.pubdate.strftime("%Y-%m-%dT%H:%M:%S+00:00")}} {% for lang in entry.Books.languages %} {{lang.lang_code}} {% endfor %}