elsa-workflows / elsa-workflows/elsa-core
Elsa Internal Scheduling cannot handle NON UTC times
Open
triaged
- Dominant language
- C#
- Stars
- 7.9k
- Forks
- 1.5k
- Avg merge
- 15h 22m
- Merged PRs (30d)
- 114
Description
## Description
When defining cron jobs in v3.5.3 with Elsa Scheduling, it is not possible to execute time critical Job Workflows in e.g. Central Europe Time Zone without extra handling for summer-time.
When defining a cron expression like below, the job will be executed at 4AM UTC on Sundays. Which ist 5AM Central Europe Time.
In Central Europe Summertime the job will be executed at 6AM. So there is extra handling necessary in applications, dealing with summer time.
Example Cron
```
"JobWorkflow": {
"Interval": "0 0 4 ? * SUN",
},
```
Contributor guide
Assessment
This issue has not been assessed yet.