Skip to content

Commit

Permalink
Scheduler timezone in app.php
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmont committed Dec 6, 2024
1 parent b5ccea7 commit f667e07
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 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,20 @@

'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 f667e07

Please sign in to comment.