-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Add timezone to cron triggers examples #20151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
https://developers.cloudflare.com/workers/configuration/cron-triggers/#:~:text=Cron%20Triggers%20execute%20on%20UTC%20time. 👆 too easy to skip in docs. Examples refer to times, but no timezone, therefore incomplete information in examples. Adding UTC for completeness (accepting repetitiveness)
|
Howdy and thanks for contributing to our repo. We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally. |
|
Preview URL: https://695cee52.preview.developers.cloudflare.com Files with changes (up to 15)
|
|
UTC uses a 24-hour clock so we might want to update the examples to reflect that too |
Fixed to 24 hour |
https://developers.cloudflare.com/workers/configuration/cron-triggers/#:~:text=Cron%20Triggers%20execute%20on%20UTC%20time.
👆 too easy to skip in docs. Examples refer to times, but no timezone, therefore incomplete information in examples. Adding UTC for completeness (accepting repetitiveness)