aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Hencke <robert.hencke@gmail.com>2014-04-29 21:41:54 -0400
committerRob Pike <r@golang.org>2014-04-29 21:41:54 -0400
commitbdff7f91d8e6b9a9cd4647f473be4a4b8808b5db (patch)
treec99065399c1b6f03429c4ecb66b0fed167d748d0 /lib
parent74dccea2f270d31d94e6cd27111d6b04c64db51c (diff)
downloadgo-bdff7f91d8e6b9a9cd4647f473be4a4b8808b5db.tar.gz
go-bdff7f91d8e6b9a9cd4647f473be4a4b8808b5db.zip
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
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash6
-rw-r--r--lib/time/zoneinfo.zipbin374754 -> 352541 bytes
2 files changed, 2 insertions, 4 deletions
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
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ