From: Brad Fitzpatrick Date: Thu, 10 Nov 2016 18:00:10 +0000 (+0000) Subject: lib/time: update tzdata to 2016i X-Git-Tag: go1.8beta1~234 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d54463f4fc9e6137b31f660afa5a785ba65e1879;p=gostls13.git lib/time: update tzdata to 2016i Fixes #17678 Change-Id: I01d12a827e6106efed1ec024f736c640b86906b4 Reviewed-on: https://go-review.googlesource.com/33029 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- diff --git a/lib/time/update.bash b/lib/time/update.bash index 18bae4deef..b70788e7b4 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -8,8 +8,8 @@ # Consult http://www.iana.org/time-zones for the latest versions. # Versions to use. -CODE=2016g -DATA=2016g +CODE=2016i +DATA=2016i set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 7a44913474..e12d6dccaf 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ