Skip to content

Commit 381d364

Browse files
committed
wip
1 parent e380466 commit 381d364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduling.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ Using the `timezone` method, you may specify that a scheduled task's time should
277277

278278
If you are repeatedly assigning the same timezone to all of your scheduled tasks, you can specify which timezone should be assigned to all schedules by defining a `schedule_timezone` option within your application's `app` configuration file:
279279

280-
'timezone' => env('APP_TIMEZONE', 'UTC'),
280+
'timezone' => 'UTC',
281281

282282
'schedule_timezone' => 'America/Chicago',
283283

0 commit comments

Comments
 (0)