summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2022-05-30 13:20:51 -0400
committerGopher Robot <gobot@golang.org>2022-05-31 08:53:53 +0000
commitdb19b42ca8771c25aa09e3747812f0229d44e75c (patch)
tree2af2fa2db0b9d556896aec9015cb4b634f803670 /lib
parentaf88fb6502ceee973aaa118471c9d953a10a68e5 (diff)
downloadgo-git-db19b42ca8771c25aa09e3747812f0229d44e75c.tar.gz
lib/time, time/tzdata: update to 2022a
Version 2022a was released on 2022-03-15 and we can start using it for Go 1.19. Its release announcement was: https://mm.icann.org/pipermail/tz-announce/2022-March/000070.html For #22487. Change-Id: Ie89b90927a251413e4f67c9e0ed3a67d4161529b Reviewed-on: https://go-review.googlesource.com/c/go/+/409374 Auto-Submit: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Benny Siegert <bsiegert@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin425837 -> 425884 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index feb95e2e53..54b924a037 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=2021e
-DATA=2021e
+CODE=2022a
+DATA=2022a
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index a859b4113b..767e45b9a3 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ