From: Brad Fitzpatrick Date: Thu, 5 Jan 2017 00:52:04 +0000 (+0000) Subject: lib/time: update tzdata to 2016j X-Git-Tag: go1.8rc1~30 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=c3fc9b4b81f84f08911ad81a38e388ca5f4462a5;p=gostls13.git lib/time: update tzdata to 2016j Fixes #18500 Change-Id: I4dddd1b99aecf86b9431b0c14f452152dff9b95a Reviewed-on: https://go-review.googlesource.com/34816 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/lib/time/update.bash b/lib/time/update.bash index b70788e7b4..4297c5f545 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=2016i -DATA=2016i +CODE=2016j +DATA=2016j set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index e12d6dccaf..d33dc1d273 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ