Skip to content
Snippets Groups Projects
Commit 89e5daca authored by Lukas Ruge's avatar Lukas Ruge
Browse files

fix start time

parent c59fff56
No related branches found
No related tags found
No related merge requests found
Pipeline #7119 passed
...@@ -176,7 +176,7 @@ Finding the first and last talk to establish the variables "earliest" and "lates ...@@ -176,7 +176,7 @@ Finding the first and last talk to establish the variables "earliest" and "lates
<event id="{{eventcounter}}" guid="{{video.uid}}"> <event id="{{eventcounter}}" guid="{{video.uid}}">
<date>{{video.recording_date | date: '%Y-%m-%dT%H:%M:%S'}}</date> <date>{{video.recording_date | date: '%Y-%m-%dT%H:%M:%S'}}</date>
<start>{{video.recording_date | date: '%Y-%m-%dT%H:%M:%S'}}</start> <start>{{video.recording_date | date: '%H:%M'}}</start>
<duration>{{duration}}</duration> <duration>{{duration}}</duration>
<room>{{video.room}}</room> <room>{{video.room}}</room>
<slug>{{ video.title | slugify }}</slug> <slug>{{ video.title | slugify }}</slug>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment