From 460be130878d69b2672404ea7750ba17e58b3354 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 12 Sep 2017 22:14:02 +0200 Subject: [PATCH] fixe tz --- build/service/CalendarExtractor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/service/CalendarExtractor.php b/build/service/CalendarExtractor.php index 3f2c798..751d8a6 100644 --- a/build/service/CalendarExtractor.php +++ b/build/service/CalendarExtractor.php @@ -245,7 +245,7 @@ /* [3] Convert to UTC (+0) =========================================================*/ /* (1) Get local timezone */ - $tz = date_default_timezone_get(); + $tz = 'Europe/Paris'; /* (2) Get timezone offset */ $tz_offset = get_timezone_offset($tz);