Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rest.Date doesn't work on minimal devices #31

Open
svenwiltink opened this issue Apr 25, 2020 · 3 comments
Open

rest.Date doesn't work on minimal devices #31

svenwiltink opened this issue Apr 25, 2020 · 3 comments

Comments

@svenwiltink
Copy link
Member

When testing my updated version of k8s/external-dns I ran into the issue that the timezone Europe/Amsterdam could not be found. This is because the minimal image doesn't include timezone data.

At https://github.com/transip/gotransip/blob/master/rest/response.go#L46 we try to load the time in the Europe/Amsterdam zone. Are we sure the date is printed in that zone. It would be much better to have the time in UTC if that is the case.

@vansante
Copy link

Go 1.15 fixes this problem with this new feature right?

https://golang.org/doc/go1.15#time/tzdata

@Jille
Copy link
Contributor

Jille commented Sep 13, 2021

We ran into the same problem: kubernetes-sigs/external-dns#2284

@SimeonPoot
Copy link

+1 I'm running into the same problem with External-Dns... making it not usable, how can this be fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants