From: Rob Pike Date: Thu, 4 Dec 2014 04:07:48 +0000 (-0800) Subject: lib/time: update to ICANN time zone database 2014j X-Git-Tag: go1.5beta1~2692 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b2950a2931bd89323569c1389f780f2cd744e12c;p=gostls13.git lib/time: update to ICANN time zone database 2014j Fixes #9189. LGTM=dsymonds R=golang-codereviews, dsymonds CC=golang-codereviews https://golang.org/cl/178660043 --- diff --git a/lib/time/update.bash b/lib/time/update.bash index 8e1662afde..caa8450fa6 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -7,8 +7,8 @@ # downloaded from the ICANN/IANA distribution. # Versions to use. -CODE=2014d -DATA=2014d +CODE=2014j +DATA=2014j set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index e0d3afe074..425d7c98fa 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ