From 65ecde4b518485f2f2dee0d637435c4ceea56bdc Mon Sep 17 00:00:00 2001 From: Giuseppe Montuoro Date: Fri, 6 Dec 2024 23:10:54 +0100 Subject: [PATCH] Scheduler timezone in app.php (#1268) --- config/app.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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