1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:24:45 -07:00

lib/time: update vendored tzdata to release 2018e

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>
This commit is contained in:
Alberto Donizetti 2018-06-11 11:56:45 +02:00 committed by Brad Fitzpatrick
parent 30a63ecee3
commit bb222cde10
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
# Consult https://www.iana.org/time-zones for the latest versions.
# Versions to use.
CODE=2017c
DATA=2017c
CODE=2018e
DATA=2018e
set -e
rm -rf work

Binary file not shown.