summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2018-06-11 11:56:45 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2018-06-11 14:47:06 +0000
commitbb222cde10f8a1fc4033f91399f830bd4a4bcb50 (patch)
treef023e62443df6e46076033e3d55cb0d102e3d505 /lib
parent30a63ecee351c029ea99dce388a5953a150b4e02 (diff)
downloadgo-git-bb222cde10f8a1fc4033f91399f830bd4a4bcb50.tar.gz
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>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin364985 -> 365101 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index 26ad79d52d..629e74fce8 100755
--- a/lib/time/update.bash
+++ b/lib/time/update.bash
@@ -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
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index 0703e08e36..08dca21418 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ