mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-02-20 03:11:26 +01:00
Timezone fixes
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user