]> Cypherpunks.ru repositories - gostls13.git/commitdiff
lib/time: update vendored tzdata to release 2018e
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 11 Jun 2018 09:56:45 +0000 (11:56 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Jun 2018 14:47:06 +0000 (14:47 +0000)
It has been a long time since the last time the vendored zoneinfo in
lib/time was updated, and we're well into the freeze. Update it to the
lastest release from IANA.

Updates #22487

Change-Id: Ib9a8eb409554848285fc88363dbb04ed9d6d9eb0
Reviewed-on: https://go-review.googlesource.com/117855
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
lib/time/update.bash
lib/time/zoneinfo.zip

index 26ad79d52def5731f8304397ecbca383a41c96f5..629e74fce84f8cfe6af1b8694537385485e659e2 100755 (executable)
@@ -8,8 +8,8 @@
 # Consult https://www.iana.org/time-zones for the latest versions.
 
 # Versions to use.
-CODE=2017c
-DATA=2017c
+CODE=2018e
+DATA=2018e
 
 set -e
 rm -rf work
index 0703e08e36e5250ef40c98fd327fd2d1333f7b05..08dca214181a8488412a66176752d9acd78a367e 100644 (file)
Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ