From: Robert Hencke Date: Wed, 30 Apr 2014 01:41:54 +0000 (-0400) Subject: lib/time: update time zone info to v.2014b X-Git-Tag: go1.3beta2~163 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bdff7f91d8e6b9a9cd4647f473be4a4b8808b5db;p=gostls13.git lib/time: update time zone info to v.2014b Fixes #7412. LGTM=r R=golang-codereviews, r CC=golang-codereviews https://golang.org/cl/92850043 --- diff --git a/lib/time/update.bash b/lib/time/update.bash index f24ef8204b..2680329da4 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -6,11 +6,9 @@ # This script rebuilds the time zone files using files # downloaded from the ICANN/IANA distribution. -# NOTE: As of Oct, 2013, the C files will not build on Macs but will build on Linux. - # Versions to use. -CODE=2013g -DATA=2013g +CODE=2014b +DATA=2014b set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index c9181153fa..65eaddde58 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ