support env APP_TIMEZONE

This commit is contained in:
2023-01-25 14:37:12 +10:00
parent e8e97bd2d6
commit 2c394422ee

View File

@@ -69,7 +69,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => env('APP_TIMEZONE', 'UTC'),
/*
|--------------------------------------------------------------------------