diff --git a/config/app.php b/config/app.php index b740d465ed..e4a78cb57e 100644 --- a/config/app.php +++ b/config/app.php @@ -63,7 +63,7 @@ */ 'asset_url' => env('ASSET_URL', null), - + /* |-------------------------------------------------------------------------- | Temporary Path @@ -195,6 +195,19 @@ 'timezone' => 'UTC', + /* + |-------------------------------------------------------------------------- + | Scheduler Timezone + |-------------------------------------------------------------------------- + | + | This property specifies the default timezone for your application's + | scheduled tasks. You can set it independently of the application's + | default timezone to ensure that schedules run at the desired local time. + | + */ + + 'schedule_timezone' => 'UTC', + /* |-------------------------------------------------------------------------- | Application Locale Configuration