FIX missing timezone designator

This commit is contained in:
zanderwar 2018-03-01 19:51:05 +10:00
parent f51c9e12bf
commit e51dd3877f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<% loop $Items %>
<url>
<loc>$AbsoluteLink</loc>
<% if $LastEdited %><lastmod>$LastEdited.Format("y-MM-dd'T'HH:mm:ss")</lastmod><% end_if %>
<% if $LastEdited %><lastmod>$LastEdited.Rfc3339()</lastmod><% end_if %>
<% if $ChangeFrequency %><changefreq>$ChangeFrequency</changefreq><% end_if %>
<% if $GooglePriority %><priority>$GooglePriority</priority><% end_if %>
</url>