From d25f4f7ceb27986e76d54ce215e1d8b36e676dbe Mon Sep 17 00:00:00 2001 From: Gilles Crettenand Date: Thu, 4 Jun 2015 09:57:01 +0200 Subject: [PATCH] set the timezone to avoid bad surprises. --- Lib/autoloader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/autoloader.php b/Lib/autoloader.php index 4e59e59..a53a025 100644 --- a/Lib/autoloader.php +++ b/Lib/autoloader.php @@ -2,6 +2,7 @@ ini_set('display_startup_errors', 'On'); ini_set('display_errors', 'On'); +date_default_timezone_set('Europe/Zurich'); // register an autoloader to automatically load classes // the namespace for the class must begin with BSR and