Open elrzn opened 2 months ago
Hej @tgross, is there any update on this topic?
Hi @elrzn and thanks for raising this issue.
This seems like a sensible idea, so I will move this onto our roadmapping board. @beatkind other than being put onto our board, there is no further update at this moment.
Hi everyone,
As documented
periodic.time_zone
makes use of Go'sLoadLocation()
which needs the time zone database to be available.https://developer.hashicorp.com/nomad/docs/job-specification/periodic#time_zone https://developer.hashicorp.com/nomad/docs/job-specification/periodic#daylight-saving-time
At the moment, this isn't included in the Nomad Docker image. This means we're limited to UTC and can't make use of Daylight Saving Time adjustments.
Would it be possible to add the
tzdata
package to the Docker image by default?Thanks for considering this!