From af3c4809675d1f8c0a96a6593795ce89c52ead2a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 7 Jan 2019 11:54:35 -0800 Subject: lib/time: update tzdata to 2018i Updates #22487 Change-Id: Iab4874ddef8e47eb99cd03e1c40af8372cce65c6 Reviewed-on: https://go-review.googlesource.com/c/156637 Run-TryBot: Ian Lance Taylor Reviewed-by: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 363811 -> 365447 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 8b1f453fb5..8d6785b9af 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -8,8 +8,8 @@ # Consult https://www.iana.org/time-zones for the latest versions. # Versions to use. -CODE=2018g -DATA=2018g +CODE=2018i +DATA=2018i set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 99d5ee1213..bacb724322 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf