Timezone fixes

This commit is contained in:
Alex Solomaha
2016-11-13 21:10:11 +02:00
parent 1db350d028
commit 534c6b4c71

View File

@@ -52,10 +52,12 @@ return [
'js_position' => [\yii\web\View::POS_END],
'force_charset' => 'UTF-8',
],
// 'formatter' => [
'formatter' => [
// 'dateFormat' => 'dd.MM.yyyy',
// 'datetimeFormat' => 'php:d.m.Y H:i',
// ],
'defaultTimeZone' => 'Europe/Kiev',
'timeZone' => 'Europe/Kiev',
],
'assetManager' => [
'bundles' => [
'dmstr\web\AdminLteAsset' => [