From d1502b3c7270e655d3306d65f5dd61438626a1a9 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 23 Dec 2020 09:30:22 +0100 Subject: lib/time, time/tzdata: update tzdata to 2020e Changelog: Volgograd switches to Moscow time on 2020-12-27 at 02:00. Small changes to past timestamps and abbreviations. See http://mm.icann.org/pipermail/tz-announce/2020-December/000063.html Updates #22487 Change-Id: I709abe899ca498698463e945ccbcf4bc5fe60b92 Reviewed-on: https://go-review.googlesource.com/c/go/+/279794 Trust: Alberto Donizetti Run-TryBot: Alberto Donizetti TryBot-Result: Go Bot Reviewed-by: Tobias Klauser Reviewed-by: Ian Lance Taylor --- lib/time/update.bash | 4 ++-- lib/time/zoneinfo.zip | Bin 422449 -> 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 8eebdf11f4..ca848994fe 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=2020d -DATA=2020d +CODE=2020e +DATA=2020e set -e rm -rf work diff --git a/lib/time/zoneinfo.zip b/lib/time/zoneinfo.zip index fa143a296d..eb5f082bf1 100644 Binary files a/lib/time/zoneinfo.zip and b/lib/time/zoneinfo.zip differ -- cgit v1.2.1