From 6b229ef945e974c6f2ffe3209116439ce3fd1de6 Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Tue, 17 Sep 2024 13:45:26 +0200 Subject: [PATCH 1/2] It's Hamburg Time --- configs/conferences/jugendhackt/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/conferences/jugendhackt/config.json b/configs/conferences/jugendhackt/config.json index 0ed22c80..c7e6be28 100644 --- a/configs/conferences/jugendhackt/config.json +++ b/configs/conferences/jugendhackt/config.json @@ -6,7 +6,7 @@ "organizer": "Jugend hackt", "start": "2024-07-19T13:00:00+02:00", "end": "2024-07-21T18:00:00+02:00", - "title": "Jugend hackt Rhein-Neckar 2024", + "title": "Jugend hackt Hamburg 2024", "streamingConfig": { "html": { "footer": "by Jugend hackt 2024 & C3VOC", @@ -15,9 +15,9 @@ }, "rooms": [ { - "name": "Rhein-Neckar", + "name": "Betahaus Hamburg", "slug": "saal", - "streamId": "s96" + "streamId": "s1" } ] } From f1caaa780ac47dd3313baac10a5d0cf9181a505e Mon Sep 17 00:00:00 2001 From: Thies Mueller Date: Fri, 20 Sep 2024 15:24:13 +0000 Subject: [PATCH 2/2] fix date --- configs/conferences/jugendhackt/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/conferences/jugendhackt/config.json b/configs/conferences/jugendhackt/config.json index c7e6be28..2757088c 100644 --- a/configs/conferences/jugendhackt/config.json +++ b/configs/conferences/jugendhackt/config.json @@ -4,8 +4,8 @@ "description": "Jugend hackt Live Streaming, 2024 edition", "media_slug": "jh24", "organizer": "Jugend hackt", - "start": "2024-07-19T13:00:00+02:00", - "end": "2024-07-21T18:00:00+02:00", + "start": "2024-09-20T13:00:00+02:00", + "end": "2024-09-22T18:00:00+02:00", "title": "Jugend hackt Hamburg 2024", "streamingConfig": { "html": {