From 527565b1f1997f05d9902d30118a0d6003674b66 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Thu, 11 Aug 2022 14:48:24 +0000 Subject: lib/time, time/tzdata: update to 2022b Version 2022b was released on 2022-08-10 and we can start using it. Its release announcement was https://mm.icann.org/pipermail/tz-announce/2022-August/000071.html. For #22487. Change-Id: I0ec68968d82561da566f945608bfacb3c8b0e958 Reviewed-on: https://go-review.googlesource.com/c/go/+/422875 Reviewed-by: Dmitri Shuralyov Reviewed-by: Ian Lance Taylor Auto-Submit: Dmitri Shuralyov Run-TryBot: Dmitri Shuralyov TryBot-Result: Gopher Robot --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 425884 -> 423559 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index 54b924a037..356b661391 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=2022a -DATA=2022a +CODE=2022b +DATA=2022b set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index 767e45b9a3..e4d2208ca0 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.1