We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cron
Currently, Cron supports only UTC, however, it could be adapted to support various timezones, even local time.
Implement a way to define the timezone offset, this can be a function so we can calculate it in case a timezone's offset changes due to DST.
In the future, we can add support for Temporal.TimeZone.
Temporal.TimeZone
N/a.
No response
The text was updated successfully, but these errors were encountered:
I am working on this
Sorry, something went wrong.
Unassigned because @legendhimself hasn't delivered so it's open for grabs again
No branches or pull requests
Is there an existing issue or pull request for this?
Feature description
Currently,
Cron
supports only UTC, however, it could be adapted to support various timezones, even local time.Desired solution
Implement a way to define the timezone offset, this can be a function so we can calculate it in case a timezone's offset changes due to DST.
In the future, we can add support for
Temporal.TimeZone
.Alternatives considered
N/a.
Additional context
No response
The text was updated successfully, but these errors were encountered: