From e51dd3877fced5ac049cfd6f724469d50fa33261 Mon Sep 17 00:00:00 2001 From: zanderwar Date: Thu, 1 Mar 2018 19:51:05 +1000 Subject: [PATCH] FIX missing timezone designator --- .../GoogleSitemaps/Control/GoogleSitemapController_sitemap.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Wilr/GoogleSitemaps/Control/GoogleSitemapController_sitemap.ss b/templates/Wilr/GoogleSitemaps/Control/GoogleSitemapController_sitemap.ss index e87b70a..529e8d4 100644 --- a/templates/Wilr/GoogleSitemaps/Control/GoogleSitemapController_sitemap.ss +++ b/templates/Wilr/GoogleSitemaps/Control/GoogleSitemapController_sitemap.ss @@ -4,7 +4,7 @@ <% loop $Items %> $AbsoluteLink - <% if $LastEdited %>$LastEdited.Format("y-MM-dd'T'HH:mm:ss")<% end_if %> + <% if $LastEdited %>$LastEdited.Rfc3339()<% end_if %> <% if $ChangeFrequency %>$ChangeFrequency<% end_if %> <% if $GooglePriority %>$GooglePriority<% end_if %>