wintercms / wintercms/docs

Schedule TimeZone

Open
#257 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
40
Forks
77
PR merge metrics
No merged PRs in 30d

Description

https://github.com/wintercms/docs/blob/cd663eb1bd09e62e3625b4a2b25e8b34c322fe00/plugin/scheduling.md?plain=1#L91C1-L102C4

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.phpschedule_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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.