summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2022-11-23 14:07:19 +0100
committerGopher Robot <gobot@golang.org>2022-11-24 06:48:07 +0000
commitd5de62df152baf4de6e9fe81933319b86fd95ae4 (patch)
treef198c6889cc8787f96720ac91b3a919bd5433e01 /lib
parent2c7c98c3ad719aa9d6d2594827a6894ff9950042 (diff)
downloadgo-git-d5de62df152baf4de6e9fe81933319b86fd95ae4.tar.gz
lib/time, time/tzdata: update to 2022f
Version 2022f was released on 2022-10-29, see https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html for the release announcement. For #22487 Change-Id: I6130def7fcd389b30ffed0eb9003d0fcf5eabb82 Reviewed-on: https://go-review.googlesource.com/c/go/+/453055 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'lib')
-rwxr-xr-xlib/time/update.bash4
-rw-r--r--lib/time/zoneinfo.zipbin423559 -> 428823 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/time/update.bash b/lib/time/update.bash
index 356b661391..d49127b275 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=2022b
-DATA=2022b
+CODE=2022f
+DATA=2022f
set -e
rm -rf work
diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip
index e4d2208ca0..d44f355c28 100644
--- a/lib/time/zoneinfo.zip
+++ b/lib/time/zoneinfo.zip
Binary files differ