From: Tobias Klauser Date: Sat, 28 Oct 2017 18:07:51 +0000 (+0200) Subject: lib/time: update tzdata to 2017c X-Git-Tag: go1.10beta1~11 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0e76143ef1208db7eeb06e939401666065d41337;p=gostls13.git lib/time: update tzdata to 2017c Update the tzdata database to version 2017c (released 2017-10-20). Updates #22487 Change-Id: If58ff89173ef1f1044075505f42ff132b57795f0 Reviewed-on: https://go-review.googlesource.com/74230 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/lib/time/update.bash b/lib/time/update.bash index 6261f81dcd..16552fb6f9 100755 --- a/lib/time/update.bash +++ b/lib/time/update.bash @@ -8,8 +8,8 @@ # Consult http://www.iana.org/time-zones for the latest versions. # Versions to use. -CODE=2017b -DATA=2017b +CODE=2017c +DATA=2017c set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index b60ae7f98e..0703e08e36 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ