-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
This is an exact analogue to the core ticket, JENKINS-9283, so I will copy the description here:
It would be nice if the cron expression took an optional timezone, this way I could schedule jobs in New York or the UK relative to them, rather than converting to central time. Also, since UK and the US observe daylight saving at different times, I have to adjust jobs an hour until both have converged
The solution would be to copy the logic from the original fix into some of these files.
- is duplicated by
-
JENKINS-55516 Time zone is not allowing in Build periodically with parameters
-
- Closed
-
-
JENKINS-58135 Adding timezone to parameterized scheduler
-
- Closed
-
- links to
Is there an ETA on supporting this? Our jenkins instance runs in UTC, but we would prefer to be able to configure our scheduled tasks in various local times without having to do math, including DST adjustments. This was already fixed years ago in the non parameterized scheduler.