[FIX] 修正系統時區為 Asia/Taipei 並同步語系設定
This commit is contained in:
parent
bb5d212569
commit
3fbb7bc286
@ -70,7 +70,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'timezone' => 'UTC',
|
||||
'timezone' => env('APP_TIMEZONE', 'Asia/Taipei'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -83,7 +83,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'locale' => 'zh_TW',
|
||||
'locale' => env('APP_LOCALE', 'zh_TW'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user