summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlberto Donizetti <alb.donizetti@gmail.com>2017-06-05 10:20:00 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2017-06-07 21:23:58 +0000
commitfcee1e3739c8b6a0199ed0e0ff4e2b9b8d28d5bc (patch)
treed21a00beccb7731f46a15b596cdc44c813fb87be /lib
parent660200528afbcf203d5cdc53a46fd3be7d2bd35c (diff)
downloadgo-git-fcee1e3739c8b6a0199ed0e0ff4e2b9b8d28d5bc.tar.gz
time: vendor tzdata-2017b and update test
This change updates the vendored tzdata database to version 2017b (released 2017-03-20). The TestFirstZone test (which always uses the vendored database) is updated to make it work with the new timezones database. (The Tokelau abbreviation was changed from 'TKT' to the numeric abbreviation in tzdata-2017a) Fixes #19376 Change-Id: I0dea93e8703992de5c92c7840b8bacad9d02c50d Reviewed-on: https://go-review.googlesource.com/44832 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin366113 -> 366776 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index b1f9a93061..6261f81dcd 100755
--- a/lib/time/update.bash
+++ b/lib/time/update.bash
@@ -8,8 +8,8 @@
# Consult http://www.iana.org/time-zones for the latest versions.
# Versions to use.
-CODE=2016j
-DATA=2016j
+CODE=2017b
+DATA=2017b
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index d33dc1d273..b60ae7f98e 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ