From cd62d3e48cbba4ce1a7e45b9faa39e7b6fdf4e97 Mon Sep 17 00:00:00 2001 From: lq Date: Fri, 24 Oct 2025 10:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=B0=83=E8=AF=95=E6=94=AF?= =?UTF-8?q?=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config/main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/config/main.php b/common/config/main.php index d5046ed..3356869 100644 --- a/common/config/main.php +++ b/common/config/main.php @@ -7,6 +7,7 @@ return [ ], 'vendorPath' => dirname(dirname(__DIR__)) . '/vendor', 'bootstrap' => ['queue','queue4'], + 'timeZone' => 'Asia/Shanghai', 'components' => [ 'queue' => [ 'class' => \yii\queue\db\Queue::class,