From 8129a475e7c7e6e04d11ff1f8829974f88a3871f Mon Sep 17 00:00:00 2001 From: Paul Fournier Date: Sat, 11 Nov 2023 17:09:01 +0100 Subject: [PATCH] update english calendar --- www/english_index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/english_index.html b/www/english_index.html index c4026bf..549e9f9 100644 --- a/www/english_index.html +++ b/www/english_index.html @@ -697,8 +697,8 @@ // Calendar init let cal = new Calendar({ - startDate: new Date(2023, 10, 25, 18), - endDate: new Date(2023, 10, 26, 5), + startDate: new Date(2023, 10, 25, 20), + endDate: new Date(2023, 10, 26, 4), groupEventsByLocation: true }); });