Adding default timezone

This commit is contained in:
2020-04-17 11:38:50 +02:00
parent e3b59d1580
commit e165581dc7

View File

@@ -3,4 +3,5 @@
class Settings class Settings
{ {
const DEBUG = false; const DEBUG = false;
const TIMEZONE = 'Europe/Paris';
} }