set the timezone to avoid bad surprises.

This commit is contained in:
Gilles Crettenand
2015-06-04 09:57:01 +02:00
parent dccbbb98e5
commit d25f4f7ceb

View File

@@ -2,6 +2,7 @@
ini_set('display_startup_errors', 'On'); ini_set('display_startup_errors', 'On');
ini_set('display_errors', 'On'); ini_set('display_errors', 'On');
date_default_timezone_set('Europe/Zurich');
// register an autoloader to automatically load classes // register an autoloader to automatically load classes
// the namespace for the class must begin with BSR and // the namespace for the class must begin with BSR and