From: Kyle Shannon Date: Tue, 2 Jul 2019 00:45:06 +0000 (-0600) Subject: lib/time: update tz data to 2019b X-Git-Tag: go1.13rc1~124 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=adcb2b1e7aef2d06ec19cad52f24e8271a12d26a;p=gostls13.git 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 --- 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