borken timestamp
This commit is contained in:
parent
3b2df0a668
commit
c022222e21
1 changed files with 2 additions and 2 deletions
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue