change formatter timezone

This commit is contained in:
2016-01-01 21:18:06 +01:00
parent 8b61475054
commit f4963c78d2

View File

@@ -24,8 +24,8 @@ return [
'datetimeFormat' => 'yyyy.MM.dd HH:mm',
'timeFormat' => 'HH:mm',
'locale' => 'hu-Hu',
'timeZone' => 'EUROPE/BUDAPEST',
'defaultTimeZone' => 'EUROPE/BUDAPEST',
'timeZone' => 'UTC',
'defaultTimeZone' => 'UTC',
'nullDisplay' => "-",
],
'authManager' => [