Please add timezones to cron schedules
See original GitHub issueDescribe the enhancement Please add timezones to cron schedules.
Code Snippet
name: Timed action
on:
schedule:
- cron: '01 20 * * 1-5'
- timezone: 'Australia/Melbourne'
Additional information Especially when the schedule is only supposed to run on certain days of the week this gets very confusing with UTC. Daylight savings does not help much either here.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:124
- Comments:6 (2 by maintainers)
Top Results From Across the Web
add timezone support to scheduling workflow runs with cron
Please add timezones to cron schedules. Code Snippet. name: Timed action on: schedule: - cron: '01 20 * * 1-5' - timezone: 'Australia/Melbourne'....
Read more >How do you set the timezone for crontab?
The CRON_TZ variable specifies the time zone specific for the cron table. The user should enter a time according to the specified time...
Read more >How can I set the timezone for Crontabs?
First, you need to export the TZ variable in your Shell script before any other Shell entries. Next, access your crontab and use...
Read more >Why my github action's cron is not working?
I have written a github actions workflow yml file to schedule a job to run everyday at a particular time but it's not...
Read more >how to use TimeZone with Cron tab
If you need to have time zone set for a single cron entry on the same single line, it is not possible with...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It didn’t look like anyone started a discussion, like @ethomson suggested, so I started one. https://github.com/github/feedback/discussions/13454
FYI We logged an enterprise support ticket for this: