summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2016-01-22 10:06:08 +1100
committerDavid Symonds <dsymonds@golang.org>2016-01-21 23:25:03 +0000
commitc7f5831fa9277edebb863ab11c9527fb09637ce9 (patch)
treeea938648c93348f534ff597487bbdba0b1f4909b /lib
parent123510bf8302ecacc1cc73e4255f6b72e7fcb9a7 (diff)
downloadgo-git-c7f5831fa9277edebb863ab11c9527fb09637ce9.tar.gz
lib/time: update to IANA release 2015g.
Change-Id: Id82209dc313fa6b54e623eb325412737e7a055fe Reviewed-on: https://go-review.googlesource.com/18794 Reviewed-by: Andrew Gerrand <adg@golang.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash5
-rw-r--r--lib/time/zoneinfo.zipbin359824 -> 360617 bytes
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index 3ef1df582c..3ffadc2ab4 100755
--- a/lib/time/update.bash
+++ b/lib/time/update.bash
@@ -5,10 +5,11 @@
# This script rebuilds the time zone files using files
# downloaded from the ICANN/IANA distribution.
+# Consult http://www.iana.org/time-zones for the latest versions.
# Versions to use.
-CODE=2015e
-DATA=2015e
+CODE=2015g
+DATA=2015g
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index 73c30b4597..740d81988b 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ