set the timezone to avoid bad surprises.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user