From: Kyle Shannon Date: Mon, 25 Nov 2019 20:51:02 +0000 (-0700) Subject: lib/time: update tz data to 2019c X-Git-Tag: go1.14beta1~100 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=20bf6a495eabad79b7b275d46fc3e11c620b8212;p=gostls13.git 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 --- 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