From 20d0991b86f533a734cad96b2002678d9750e6d8 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 30 Dec 2020 17:18:55 +0100 Subject: lib/time, time/tzdata: update tzdata to 2020f Changelog 'make rearguard_tarballs' no longer generates a bad rearguard.zi, fixing a 2020e bug. No actual changes to timezones data. See http://mm.icann.org/pipermail/tz-announce/2020-December/000064.html Updates #22487 Change-Id: I78f7adba1c3c1d3489b0da870601117b9b8cb0d3 Reviewed-on: https://go-review.googlesource.com/c/go/+/280455 Trust: Alberto Donizetti Reviewed-by: Ian Lance Taylor Reviewed-by: Tobias Klauser --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 424205 -> 424205 bytes 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/time/update.bash b/lib/time/update.bash index ca848994fe..c5f934e2db 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=2020e -DATA=2020e +CODE=2020f +DATA=2020f set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index eb5f082bf1..fd845c09a4 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.3-54-g00ecf