#4 console改时区

Yhdistetty
ryan001 yhdistetty 1 committia lähteestä guanli/feature/EK-3533 kohteeseen guanli/master 1 viikko sitten
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      console/config/main.php

+ 1 - 1
console/config/main.php

@@ -9,7 +9,7 @@ $params = array_merge(
 return [
     'language' => 'zh-CN',
     'sourceLanguage' => 'en-US',
-    'timeZone' => 'PRC',
+    'timeZone' => 'Africa/Lagos',
     'id' => 'app-console',
     'basePath' => dirname(__DIR__),
     'bootstrap' => ['log'],