summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-10-28 20:07:51 +0200
committerBrad Fitzpatrick <bradfitz@golang.org>2017-12-06 19:24:15 +0000
commit0e76143ef1208db7eeb06e939401666065d41337 (patch)
tree06e7854bf5b367e4f3e6bc3ca69c4e356380f560 /lib
parentfe2869cbfe2028c69d1fb2a24a0406748f528b2a (diff)
downloadgo-git-0e76143ef1208db7eeb06e939401666065d41337.tar.gz
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 <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin366776 -> 364985 bytes
2 files changed, 2 insertions, 2 deletions
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
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ