Allow setting time zone for cron jobs #2262
Unanswered
adamcstephens
asked this question in
Request a Feature
Replies: 1 comment 1 reply
-
woodpecker/server/cron/cron.go Line 71 in cfdb32a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Clear and concise description of the problem
As a user of cron jobs, I would like to have a consistent local time that my jobs are run. Currently cron jobs are set in UTC but my time zone like many others has a daylight saving time change. This means that the time I configure a cron job for now, will be an hour different during ~half the year.
Suggested solution
The user facing changes for this could be a configuration option for administrators to set the time zone for cron jobs, or the ability to set the time zone when configuring a cron job.
Alternative
I've considered manually changing all the cron jobs twice a year, but this is tedious and error prone.
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]Beta Was this translation helpful? Give feedback.
All reactions