Compare commits

..
2 Commits
Author SHA1 Message Date
franzz c7cc14effc Merge branch 'master' of ssh://git@git.lutran.fr:2244/franzz/ugc.git 2020-04-17 11:40:24 +02:00
franzz e165581dc7 Adding default timezone 2020-04-17 11:38:50 +02:00
+1
View File
@@ -3,4 +3,5 @@
class Settings class Settings
{ {
const DEBUG = false; const DEBUG = false;
const TIMEZONE = 'Europe/Paris';
} }