Skip to content

Commit

Permalink
Scheduler timezone in app.php (#1268)
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmont authored Dec 6, 2024
1 parent b5ccea7 commit 65ecde4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
*/

'asset_url' => env('ASSET_URL', null),

/*
|--------------------------------------------------------------------------
| Temporary Path
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65ecde4

Please sign in to comment.