You need to set the timezone in the config/web.php
(if yii2-basic) or common/config/main.php
(if using yii2-advanceapp) like below, i am using my specific timezone in the example
<?php
return [
'timeZone' => 'Asia/Karachi',
];
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…