From 20bf6a495eabad79b7b275d46fc3e11c620b8212 Mon Sep 17 00:00:00 2001 From: Kyle Shannon Date: Mon, 25 Nov 2019 13:51:02 -0700 Subject: lib/time: update tz data to 2019c Updates #22487 Change-Id: I32dcd604af84e2000196d64bf69c67f81535290a Reviewed-on: https://go-review.googlesource.com/c/go/+/208797 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Tobias Klauser --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 781554 -> 781791 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 28f904da9f..695da8e8f1 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=2019b -DATA=2019b +CODE=2019c +DATA=2019c set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 909cf48dd5..61c97ce0f0 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf