From: David Symonds Date: Thu, 21 Jan 2016 23:06:08 +0000 (+1100) Subject: lib/time: update to IANA release 2015g. X-Git-Tag: go1.6rc1~76 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c7f5831fa9277edebb863ab11c9527fb09637ce9;p=gostls13.git lib/time: update to IANA release 2015g. Change-Id: Id82209dc313fa6b54e623eb325412737e7a055fe Reviewed-on: https://go-review.googlesource.com/18794 Reviewed-by: Andrew Gerrand --- diff --git a/lib/time/update.bash b/lib/time/update.bash index 3ef1df582c..3ffadc2ab4 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -5,10 +5,11 @@ # This script rebuilds the time zone files using files # downloaded from the ICANN/IANA distribution. +# Consult http://www.iana.org/time-zones for the latest versions. # Versions to use. -CODE=2015e -DATA=2015e +CODE=2015g +DATA=2015g set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 73c30b4597..740d81988b 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ