aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-10-08 16:16:24 -0700
committerRob Pike <r@golang.org>2013-10-08 16:16:24 -0700
commit158c56ef8a7149d863fda4726094978d0562eea2 (patch)
tree656be506a161fe7e7538fd7e4e6667a249321388 /lib
parentdaa61d1eb33f255247de4acb2236fa5d7e6707b9 (diff)
downloadgo-158c56ef8a7149d863fda4726094978d0562eea2.tar.gz
go-158c56ef8a7149d863fda4726094978d0562eea2.zip
lib/time: update time zone files to version 2013g
This dataset is current as of Sep 30, 2013. Fixes #6524 R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/14570044
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash6
-rw-r--r--lib/time/zoneinfo.zipbin374530 -> 374754 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index e0eb891e3d..f24ef8204b 100755
--- a/lib/time/update.bash
+++ b/lib/time/update.bash
@@ -6,9 +6,11 @@
# 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=2013c
-DATA=2013c
+CODE=2013g
+DATA=2013g
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index e9ddfff818..c9181153fa 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ