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

Outdated lib/time/zoneinfo.zip #25914

Closed
rodrigobahiense opened this issue Jun 15, 2018 · 1 comment
Closed

Outdated lib/time/zoneinfo.zip #25914

rodrigobahiense opened this issue Jun 15, 2018 · 1 comment

Comments

@rodrigobahiense
Copy link

What version of Go are you using (go version)?

go version go1.10.3 windows/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

windows_amd64

What did you do?

Got this randomly on automated tests.

The zone "Antarctica/Casey" is configured with utc offset +1100 when it should be +0800.

https://play.golang.org/p/a-EDljzwckd

What did you expect to see?

Zoneinfo for "Antarctica/Casey" with utc offset +0800.

What did you see instead?

Zoneinfo for "Antarctica/Casey" with utc offset +1100.

Fix

Running lib/time/update.bash with CODE and DATA set to 2018e fixed the issue, but I'm unsure if a PR with this would be accepted. If there is no problem I'd be glad to submit it.

@ianlancetaylor
Copy link
Contributor

Closing in favor of #22487. Please comment if you think that is wrong.

@golang golang locked and limited conversation to collaborators Jun 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants