From 0a2778360417c3cd73a0ec625eca5e5981acee39 Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Date: Tue, 28 Jan 2014 12:50:53 +0100 Subject: [PATCH] Fixed offset calculation --- src/config.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config.php b/src/config.php index f4f950f4c..43ba42830 100644 --- a/src/config.php +++ b/src/config.php @@ -37,10 +37,6 @@ if(strpos(" ".strtoupper(php_uname("s")), " WIN") !== false){ $daylight = (int) date("I"); -if($daylight === 0){ - $offset -= 3600; -} - date_default_timezone_set(timezone_name_from_abbr("", $offset, $daylight)); gc_enable();