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
Is there an existing issue or pull request for this?
Feature description
Currently,
Cronsupports 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