How to set timezone for Yii 2
- By Preneesh AV --
- 18-Feb-2020 --
- 192 Comments
How to set timezone for Yii 2
in common/config/main-local.php
You could set default timezone for Yii2 application in config:
$config =['timeZone'=>'Asia/Calcutta','components'=>[// ...