summaryrefslogtreecommitdiff
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
commitef34484da248134fc5f1ccb72daba50a753fc96b (patch)
tree34e434c2bae107649ab8b4c603c28221bc016311 /lib
parentb1fa91d83be797afdd720b3aa11d1f8f1959c37e (diff)
downloadgo-ef34484da248134fc5f1ccb72daba50a753fc96b.tar.gz
lib/time: update time zone files to version 2013g
This dataset is current as of Sep 30, 2013. Fixes issue 6524 R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/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 e0eb891e3..f24ef8204 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 e9ddfff81..c9181153f 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ