Open kyranet opened 2 years ago
Currently, Cron supports only UTC, however, it could be adapted to support various timezones, even local time.
Cron
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
I am working on this
Unassigned because @legendhimself hasn't delivered so it's open for grabs again
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