close

timezone設定位於 config/app.php 中的 timezone參數

預設為 'timezone' => 'UTC',

台灣的話就改成 'timezone' => 'Asia/Taipei',

 

時區設定可以參考: http://php.net/manual/en/timezones.php

 

設定完之後refresh可能還沒生效

要執行

php artisan cache:clear

php artisan view:clear

php artisan config:cache

清除cache即可

--

參考自 

https://stackoverflow.com/questions/45113742/how-to-change-timezone-laravel-version-5-4-with-specific-utc

https://stackoverflow.com/questions/46423806/laravel-changing-timezone-not-reflecting-the-correct-time

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 dizzy03 的頭像
    dizzy03

    碎碎念

    dizzy03 發表在 痞客邦 留言(0) 人氣()