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', 'datetimeFormat' => 'yyyy.MM.dd HH:mm',
'timeFormat' => 'HH:mm', 'timeFormat' => 'HH:mm',
'locale' => 'hu-Hu', 'locale' => 'hu-Hu',
'timeZone' => 'EUROPE/BUDAPEST', 'timeZone' => 'UTC',
'defaultTimeZone' => 'EUROPE/BUDAPEST', 'defaultTimeZone' => 'UTC',
'nullDisplay' => "-", 'nullDisplay' => "-",
], ],
'authManager' => [ 'authManager' => [