From 89e5daca23a5828b59c5ed37f761247c06a4a184 Mon Sep 17 00:00:00 2001
From: tvluke <tvluke@chaotikum.org>
Date: Sun, 15 Jan 2023 13:32:50 +0100
Subject: [PATCH] fix start time

---
 _layouts/frab.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_layouts/frab.xml b/_layouts/frab.xml
index 312f3989..87e3a60c 100644
--- a/_layouts/frab.xml
+++ b/_layouts/frab.xml
@@ -176,7 +176,7 @@ Finding the first and last talk to establish the variables "earliest" and "lates
 
 	<event id="{{eventcounter}}" guid="{{video.uid}}">
 	<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>
 	<room>{{video.room}}</room>
 	<slug>{{ video.title | slugify }}</slug>
-- 
GitLab