summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKyle Shannon <kyle@pobox.com>2019-11-25 13:51:02 -0700
committerTobias Klauser <tobias.klauser@gmail.com>2019-11-26 12:03:08 +0000
commit20bf6a495eabad79b7b275d46fc3e11c620b8212 (patch)
treef54429539d1ad6136001213304d3d67c98ee5263 /lib
parent87805c92fd57d1535d0e497dd245ef783007b59d (diff)
downloadgo-git-20bf6a495eabad79b7b275d46fc3e11c620b8212.tar.gz
lib/time: update tz data to 2019c
Updates #22487 Change-Id: I32dcd604af84e2000196d64bf69c67f81535290a Reviewed-on: https://go-review.googlesource.com/c/go/+/208797 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin781554 -> 781791 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index 28f904da9f..695da8e8f1 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=2019b
-DATA=2019b
+CODE=2019c
+DATA=2019c
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index 909cf48dd5..61c97ce0f0 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ