set the timezone to avoid bad surprises.

master
Gilles Crettenand 11 years ago
parent dccbbb98e5
commit d25f4f7ceb

@ -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

Loading…
Cancel
Save