summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2021-11-09 16:17:50 -0800
committerIan Lance Taylor <iant@golang.org>2021-11-11 05:16:39 +0000
commit99fa49e4b7f74fb21cc811270fe42c9b7fa99668 (patch)
treeb07d0bf5b43ed8fbd0fe63c18ac19ea652dd9179 /lib
parent4b27d40b508a1d37ffcd84a411408309804d2a2a (diff)
downloadgo-git-99fa49e4b7f74fb21cc811270fe42c9b7fa99668.tar.gz
lib/time, time/tzdata: update to 2021e
Doing this a little early in the release cycle as there have been some changes in the handling of old timezones. They should continue to work as expected, but more testing time may be useful. For #22487 Change-Id: I3686fed79a052c46112445055044cff5842f2a45 Reviewed-on: https://go-review.googlesource.com/c/go/+/362874 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Go Bot <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.zipbin424214 -> 425837 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index e088ea6b90..feb95e2e53 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=2021a
-DATA=2021a
+CODE=2021e
+DATA=2021e
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index d32fbba517..a859b4113b 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ