From fcee1e3739c8b6a0199ed0e0ff4e2b9b8d28d5bc Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Mon, 5 Jun 2017 10:20:00 +0200 Subject: 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 Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- lib/time/update.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/time/update.bash') 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 -- cgit v1.3