From 956a18b9bb5d14928ccb9f990af85cc49570fbec Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 15 Jul 2023 16:22:33 -0400 Subject: [PATCH] USe Current Timezone and not UTC 0 when calculating 1 hour increments when adding calendar events fixes #567 --- calendar_events.php | 11 +++++++---- client_events.php | 28 ++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/calendar_events.php b/calendar_events.php index 5eb2b00f..27ea1781 100644 --- a/calendar_events.php +++ b/calendar_events.php @@ -157,7 +157,6 @@ while ($row = mysqli_fetch_array($sql)) { diff --git a/client_events.php b/client_events.php index b39ba7cd..0be6070a 100644 --- a/client_events.php +++ b/client_events.php @@ -99,5 +99,33 @@ while ($row = mysqli_fetch_array($sql)) { + + +