Azure / Azure/azure-functions-host
Daylight Saving Time with Timer binding
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Investigative information
Please provide the following:
- Timestamp: 2020-03-29 00:01:00.085
- Function App version: 3
- Invocation ID: 7e6d0ed23f10dc48a03290a414d8bf7b
- Region: West Europe
#### Repro steps
Obviously not so easy to reproduce in Azure environment, but these are the configurations.
1. Set WEBSITE_TIME_ZONE to W. Europe Standard Time
2. Cron schedule on timer binding to 0 1 * * * *
#### Expected behavior
Timer keeps running every hour.
#### Actual behavior
Timer stopped running automatically after switchover to Daylight Saving Time. Invocation ID is the last runtime before it stopped working.
#### Known workarounds
None
#### Related information
* Programming language used
Powershell
* Bindings used
Timer
Contributor guide
Assessment
This issue has not been assessed yet.