hiddeco / cronjobber

Cronjobber is a cronjob controller for Kubernetes with support for time zones
Apache License 2.0
244 stars 38 forks source link

Use embedded timezonde db in Go 1.15 as default #35

Closed hiddeco closed 3 years ago

hiddeco commented 3 years ago

Workaround for #34

This embeds a default timezone database into the Go binary. Using the updatetz utility is still possible using this approach, but should be disabled until Go has fixed the issue with slim formats, as it does not fall back to the embedded database on errors.