From 9cefbe9d03918c07451e5512cc4c227fb0d6885a Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Thu, 20 Oct 2016 08:59:07 +0200 Subject: lib/time: update to IANA release 2016g (September 2016) Change-Id: Ie6258602554c5bb6685c9de42ccda84d297af1e2 Reviewed-on: https://go-review.googlesource.com/31515 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 364741 -> 363948 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index e4987bb9f1..18bae4deef 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=2016f -DATA=2016f +CODE=2016g +DATA=2016g set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index bbb8e86104..7a44913474 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.1