Schedule TimeZone
Open
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 40
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
Are you sure for that !?
For me it runs too late!
The scheduler reads app.schedule_timezone before the plugin changes this value.
Execution order :
- ✅ Laravel loads
config/app.php→schedule_timezone= “UTC” - ✅ The scheduler starts evaluating tasks with UTC
- ❌ The plugin runs and changes
schedule_timezone→ too late!
Wouldn't it be preferable to make a note to use the configuration variable app.schedule_timezone anyway?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open plugin/scheduling.md and inspect the referenced lines 91-102 about Schedule TimeZone. Verify the reported execution-order concern and update the documentation to clarify use of app.schedule_timezone; the issue is done when the guidance accurately reflects when the scheduler reads that setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- laravel
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100