-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
lib/time: update tzdata before release #22487
Comments
Change https://golang.org/cl/74230 mentions this issue: |
Update the tzdata database to version 2017c (released 2017-10-20). Updates #22487 Change-Id: If58ff89173ef1f1044075505f42ff132b57795f0 Reviewed-on: https://go-review.googlesource.com/74230 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
2017c is still the latest. Will regarget to Go 1.11. |
2018a came out a few days ago: https://www.iana.org/time-zones I'm assuming it's too late in the cycle, but just thought I'd post. |
That's weird, they didn't even announce it in the mailing list: http://mm.icann.org/pipermail/tz-announce/ Anyway I've looked at the CHANGELOG and there are a few changes in the timezones data, here's the short version:
We could try to update it and see if anything breaks (usually it's the tests). If everything is fine, maybe it could be shipped with go1.10 |
At the moment our update script is broken because the |
Agreed, I've downloaded the archives and |
There was an issue with the archive, 2018b will be released in a few days: |
Another issue with 2018b, but 2018c finally made it to the announce list: http://mm.icann.org/pipermail/tz-announce/2018-January/000048.html |
Doesn't seem worth doing this late in the cycle. @ianlancetaylor? |
I have no opinion. I note that there is some disagreement going on about Irish time; I don't know how or whether that was resolved. |
Change https://golang.org/cl/89375 mentions this issue: |
The Irish issue was reverted. It sounded a little messy. It may just be a good idea to wait, but I have no strong opinion either. They did change the location of the archives, which the referenced CL fixes when the tree opens up. |
Starting on or about the 2018c archives, www.iana.org is redirected to data.iana.org. Tell curl to follow the redirect. Updates: #22487 Change-Id: I00acada1a3ba01ef701d6d4ffae6cc2cbb6a068f Reviewed-on: https://go-review.googlesource.com/89375 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/117855 mentions this issue: |
It has been a long time since the last time the vendored zoneinfo in lib/time was updated, and we're well into the freeze. Update it to the lastest release from IANA. Updates #22487 Change-Id: Ib9a8eb409554848285fc88363dbb04ed9d6d9eb0 Reviewed-on: https://go-review.googlesource.com/117855 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Change https://golang.org/cl/151299 mentions this issue: |
Now that the tree has been frozen for some time, update the tzdata database to version 2018g (released 2018-10-26) for Go 1.12. Updates #22487 Change-Id: I9e82bcdaef28d308643c08c9fd3472e4c14a196e Reviewed-on: https://go-review.googlesource.com/c/151299 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Just an update, there have been two more releases since 2018g, 2018i is available as of 2018-12-30: |
2023c is still the latest by now. Adding okay-after-rc1. If a new version comes out before the final go1.22.0 release, we'll have a chance to update to it. |
Change https://go.dev/cl/552575 mentions this issue: |
Commit generated by update.bash. For #22487. Change-Id: I4c8a275bb607981c21a0ad5e49b3cae968fc8e64 Reviewed-on: https://go-review.googlesource.com/c/go/+/552575 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Change https://go.dev/cl/560517 mentions this issue: |
Commit generated by update.bash. For #22487. Change-Id: I1c46ec1f3a84e385f8eab2c4c9a14d3513a85a44 Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/560517 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Commit generated by update.bash. For golang#22487. Change-Id: I4c8a275bb607981c21a0ad5e49b3cae968fc8e64 Reviewed-on: https://go-review.googlesource.com/c/go/+/552575 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit generated by update.bash. For golang#22487. Change-Id: I1c46ec1f3a84e385f8eab2c4c9a14d3513a85a44 Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest Reviewed-on: https://go-review.googlesource.com/c/go/+/560517 Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
We're about a week away from the planned go1.23.0 release, and 2024a is still the latest available tzdata version. At this point we'll likely keep it, so moving this to the next milestone. We can revisit this if something changes and warrants moving it back in time for the final release. |
Commit generated by update.bash. For golang#22487. Change-Id: Ibecce0219db3e7eae1c939349a1e872615d01387
Change https://go.dev/cl/614716 mentions this issue: |
Commit generated by update.bash. For #22487. Change-Id: Ib54b6ea0b4422710ea64c63b16a6aea62b232835 GitHub-Last-Rev: f02cb17 GitHub-Pull-Request: #69558 Reviewed-on: https://go-review.googlesource.com/c/go/+/614716 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
The timezone database in lib/time should be updated shortly before the 1.10 release (to whatever tzdata release is current then). There was https://golang.org/cl/74230 attempting to do this just now, but it was too early. @ALTree suggested to open an issue about this, so we don't forget.
The latest available version is shown at https://www.iana.org/time-zones.
The text was updated successfully, but these errors were encountered: