summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Hencke <robert.hencke@gmail.com>2014-04-29 21:41:54 -0400
committerRobert Hencke <robert.hencke@gmail.com>2014-04-29 21:41:54 -0400
commitbf0dcecb97ba2878991c74e64118dd88454693d2 (patch)
tree5714ff395d14f6090f55aee2a636592067cfdca9 /lib
parent074a8de676b6c8e3715cf18115920ab1e17f37a8 (diff)
downloadgo-bf0dcecb97ba2878991c74e64118dd88454693d2.tar.gz
lib/time: update time zone info to v.2014b
Fixes issue 7412. LGTM=r R=golang-codereviews, r CC=golang-codereviews https://codereview.appspot.com/92850043 Committer: Rob Pike <r@golang.org>
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 f24ef8204..2680329da 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 c9181153f..65eaddde5 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ