diff --git a/public/config/foobar.json b/public/config/foobar.json index 3f57f810eec8c827eb305354751d1e45f236e59e..9bee142eb3494c759854c0fec08343e2704073aa 100644 --- a/public/config/foobar.json +++ b/public/config/foobar.json @@ -4,8 +4,16 @@ "schedule": { "times": [ { - "from": "2024-11-12T18:00", - "to": "2024-11-12T22:00" + "from": "2024-12-10T18:00", + "to": "2024-12-10T22:00" + }, + { + "from": "2025-01-07T18:00", + "to": "2025-01-07T22:00" + }, + { + "from": "2025-01-21T18:00", + "to": "2025-01-21T22:00" } ] },