]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Правки часового пояса по умолчанию в консоле bug_filippov_20240705_fix_autoclose_shift origin/bug_filippov_20240705_fix_autoclose_shift
authorAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 5 Jul 2024 09:36:39 +0000 (12:36 +0300)
committerAleksey Filippov <Aleksey.Filippov@erp-flowers.ru>
Fri, 5 Jul 2024 09:36:39 +0000 (12:36 +0300)
erp24/config/console.php
erp24/config/dev.console.config.php
erp24/config/prod.console.config.php

index f0e7bd965106aa380ee5987efe4833ab5dfee165..5c2269baa7beab1c0b6ab550daf6e0fa4148775f 100755 (executable)
@@ -14,6 +14,7 @@ $config = [
         '@npm'   => '@vendor/npm-asset',
         '@tests' => '@app/tests',
     ],
+    'timeZone' => 'Europe/Moscow',
     'components' => [
         'authManager' => [
             'class' => 'yii\rbac\DbManager',
index 42e7456018f429cc7ff5f39bc89983264309fbe3..6ad81245441cdc1bdafd025ca4f56716cb869f55 100755 (executable)
@@ -12,6 +12,7 @@ return [
             'controllerNamespace' => 'yii_app\controllers\crud',
         ]
     ],
+    'timeZone' => 'Europe/Moscow',
     'components' => [
         'assetManager' => [
             'appendTimestamp' => true,
index 7abc08d129fde4e78e0dc6018871c1960d25b712..3bef30b34fbc2cfa863378d7aa5782cf73cbf0bf 100755 (executable)
@@ -15,6 +15,7 @@ return [
             'controllerNamespace' => 'yii_app\controllers\crud',
         ]
     ],
+    'timeZone' => 'Europe/Moscow',
     'components' => [
         'assetManager' => [
             'appendTimestamp' => true,