From 025a44472d4b0c5976694191f7dea6dc56946888 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 23 Jan 2023 23:36:42 +0100 Subject: [PATCH] fix: tutti gli orario ora sono nel range del secondo semestre 2023 --- src/main.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main.jsx b/src/main.jsx index 54333bf..bc1fad2 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -30,16 +30,16 @@ const CALENDAR_IDS = { const DATE_RANGES = { '6308cfcb1df5cb026699ce32': { - from: '2022-10-02T22:00:00.000Z', - to: '2022-10-07T22:00:00.000Z', + from: '2023-02-27T00:00:00.000Z', + to: '2023-03-05T00:00:00.000Z', }, '6308e2dc09352a0208fefdd9': { - from: '2022-10-02T22:00:00.000Z', - to: '2022-10-07T22:00:00.000Z', + from: '2023-02-27T00:00:00.000Z', + to: '2023-03-05T00:00:00.000Z', }, '6308e42a1df5cb026699ced4': { - from: '2022-10-02T22:00:00.000Z', - to: '2022-10-07T22:00:00.000Z', + from: '2023-02-27T00:00:00.000Z', + to: '2023-03-05T00:00:00.000Z', }, '63ce74397a9aee064ee01ad7': { from: '2023-02-27T00:00:00.000Z',