elsa-workflows / elsa-workflows/elsa-core

Elsa Internal Scheduling cannot handle NON UTC times

Open
#7,248 1 comment 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.