Skip to content

Commit 65ecde4

Browse files
authored
Scheduler timezone in app.php (#1268)
1 parent b5ccea7 commit 65ecde4

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

config/app.php

+14-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
*/
6464

6565
'asset_url' => env('ASSET_URL', null),
66-
66+
6767
/*
6868
|--------------------------------------------------------------------------
6969
| Temporary Path
@@ -195,6 +195,19 @@
195195

196196
'timezone' => 'UTC',
197197

198+
/*
199+
|--------------------------------------------------------------------------
200+
| Scheduler Timezone
201+
|--------------------------------------------------------------------------
202+
|
203+
| This property specifies the default timezone for your application's
204+
| scheduled tasks. You can set it independently of the application's
205+
| default timezone to ensure that schedules run at the desired local time.
206+
|
207+
*/
208+
209+
'schedule_timezone' => 'UTC',
210+
198211
/*
199212
|--------------------------------------------------------------------------
200213
| Application Locale Configuration

0 commit comments

Comments
 (0)