-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
Go 1.15 fixes this problem with this new feature right? |
We ran into the same problem: kubernetes-sigs/external-dns#2284 |
+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
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.
The text was updated successfully, but these errors were encountered: