From bb222cde10f8a1fc4033f91399f830bd4a4bcb50 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 11 Jun 2018 11:56:45 +0200 Subject: 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 --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 364985 -> 365101 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf