From: Alberto Donizetti Date: Mon, 11 Jun 2018 09:56:45 +0000 (+0200) Subject: lib/time: update vendored tzdata to release 2018e X-Git-Tag: go1.11beta1~161 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=bb222cde10f8a1fc4033f91399f830bd4a4bcb50;p=gostls13.git 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 --- 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