summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-04-22 16:28:42 -0700
committerRob Pike <r@golang.org>2013-04-22 16:28:42 -0700
commitb29b5d1674ddd7047765109fc55b3f5cb9f2b447 (patch)
treedc21e6092af5eaa1df4f22631dfbd05f6ac57511 /lib
parent5e9a34f5f99ddbc72363f9326b3eef7ebe96e055 (diff)
downloadgo-b29b5d1674ddd7047765109fc55b3f5cb9f2b447.tar.gz
lib/time: update to IANA 2013c
This should do it for the release. There was a new data set pushed out a couple of days ago. Fixes issue 4553. R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/8621044
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin374065 -> 374530 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index c2377e124..e0eb891e3 100755
--- a/lib/time/update.bash
+++ b/lib/time/update.bash
@@ -7,8 +7,8 @@
# downloaded from the ICANN/IANA distribution.
# Versions to use.
-CODE=2013b
-DATA=2013b
+CODE=2013c
+DATA=2013c
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index c10a42576..e9ddfff81 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ