From adcb2b1e7aef2d06ec19cad52f24e8271a12d26a Mon Sep 17 00:00:00 2001 From: Kyle Shannon Date: Mon, 1 Jul 2019 18:45:06 -0600 Subject: lib/time: update tz data to 2019b Updates #22487 Change-Id: I3c933c68b5c3c5e78e3a9656ea2dcdbcbb59533f Reviewed-on: https://go-review.googlesource.com/c/go/+/184577 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Tobias Klauser Reviewed-by: Ian Lance Taylor --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 788764 -> 781554 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 5dc74f9f0b..28f904da9f 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=2018i -DATA=2018i +CODE=2019b +DATA=2019b set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index a79e5d98fd..909cf48dd5 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf