From: Tobias Klauser Date: Tue, 27 Nov 2018 09:47:02 +0000 (+0100) Subject: lib/time: update tzdata to 2018g X-Git-Tag: go1.12beta1~250 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3dd509d23d2118c3b4eb093707e184c1a1d330d6;p=gostls13.git lib/time: update tzdata to 2018g Now that the tree has been frozen for some time, update the tzdata database to version 2018g (released 2018-10-26) for Go 1.12. Updates #22487 Change-Id: I9e82bcdaef28d308643c08c9fd3472e4c14a196e Reviewed-on: https://go-review.googlesource.com/c/151299 Run-TryBot: Tobias Klauser TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/lib/time/update.bash b/lib/time/update.bash index 629e74fce8..8b1f453fb5 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=2018e -DATA=2018e +CODE=2018g +DATA=2018g set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 08dca21418..99d5ee1213 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ