borken timestamp

This commit is contained in:
Set Hallstrom 2019-06-25 18:06:57 +02:00
parent 3b2df0a668
commit c022222e21

View file

@ -21,8 +21,8 @@ RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD END:STANDARD
END:VTIMEZONE{% for event in site.events %} END:VTIMEZONE{% for event in site.events %}
BEGIN:VEVENT BEGIN:VEVENT
CREATED:{{ event.date | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' }} CREATED:{{ event.date | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }}
LAST-MODIFIED:{{ site.time | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' }} LAST-MODIFIED:{{ site.time | date_to_xmlschema | remove: '-' | remove: ':' | replace: '+0200', 'Z' | replace: '+0100', 'Z' | replace: '+0000', 'Z' }}
DTSTAMP:20190625T144210Z DTSTAMP:20190625T144210Z
UID:{{ site.url }}{{ event.url }} UID:{{ site.url }}{{ event.url }}
SUMMARY:{{ event.title }} SUMMARY:{{ event.title }}