summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-11-27 10:47:02 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2018-11-28 08:22:56 +0000
commit3dd509d23d2118c3b4eb093707e184c1a1d330d6 (patch)
tree46aa831fcfc0f421e9eddf23936032d2e83339e8 /lib
parentd704b5c956f431e618904d15643e9fee97840253 (diff)
downloadgo-git-3dd509d23d2118c3b4eb093707e184c1a1d330d6.tar.gz
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 <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin365101 -> 363811 bytes
2 files changed, 2 insertions, 2 deletions
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
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ