aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2013-04-02 16:49:45 -0700
committerRob Pike <r@golang.org>2013-04-02 16:49:45 -0700
commit26e0ddcf2a0de1fbbed87cfe1f33d18731813a0c (patch)
treea781e4727e4284494a4bdfa013cb7ebbde3e73e3 /lib
parentbabbd55e5d0c940b8c527ef27261ab7f87e42f17 (diff)
downloadgo-26e0ddcf2a0de1fbbed87cfe1f33d18731813a0c.tar.gz
go-26e0ddcf2a0de1fbbed87cfe1f33d18731813a0c.zip
lib/time: update time zone to IANA version 2013b
Update #4553. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/8293043
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin370359 -> 374065 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index ef7fdc79be..c2377e1243 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=2011i
-DATA=2011n
+CODE=2013b
+DATA=2013b
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index b542132392..c10a42576e 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ