From: Rob Pike Date: Tue, 2 Feb 2016 21:46:49 +0000 (-0800) Subject: misc: update timezone database to IANA 2016a X-Git-Tag: go1.6rc2~1^2~4 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4760b5a478f9760e82819439843bca92085281d5;p=gostls13.git misc: update timezone database to IANA 2016a Fixes #14202 Change-Id: Ia6dccecb1b9b3f6c0838c99090e6ddf1ad43303c Reviewed-on: https://go-review.googlesource.com/19175 Run-TryBot: Rob Pike TryBot-Result: Gobot Gobot Reviewed-by: Russ Cox --- diff --git a/lib/time/update.bash b/lib/time/update.bash index 3ffadc2ab4..86b1f21100 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=2015g -DATA=2015g +CODE=2016a +DATA=2016a set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 740d81988b..0207d6bcbc 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ