From a735ca460cd31a8a36c57dd216c6908e194c142a Mon Sep 17 00:00:00 2001 From: Shoghi Cervantes Pueyo Date: Wed, 12 Dec 2012 07:28:12 +0100 Subject: [PATCH] Time Zone Warning fixed --- common/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config.php b/common/config.php index fa9266e49..054e1db3d 100644 --- a/common/config.php +++ b/common/config.php @@ -26,6 +26,7 @@ the Free Software Foundation, either version 3 of the License, or */ set_time_limit(0); +date_default_timezone_set(@date_default_timezone_get()); gc_enable(); error_reporting(E_ALL ^ E_NOTICE); ini_set("display_errors", 1);