From 67a934cf33d41d3a8e60e9c41c3c9c2f4f460cb5 Mon Sep 17 00:00:00 2001 From: Curtis Vogt Date: Mon, 11 Oct 2021 08:50:42 -0500 Subject: [PATCH] Default to using 2021c tzdata (#362) Release notes for tzdata: - 2021b: https://mm.icann.org/pipermail/tz-announce/2021-September/000066.html - 2021c: https://mm.icann.org/pipermail/tz-announce/2021-October/000067.html --- Artifacts.toml | 16 ++++++++++++++++ src/tzdata/version.jl | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Artifacts.toml b/Artifacts.toml index f5c2677a6..2623d513d 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1782,6 +1782,22 @@ lazy = true sha256 = "39e7d2ba08c68cbaefc8de3227aab0dec2521be8042cf56855f7dc3a9fb14e08" url = "https://data.iana.org/time-zones/releases/tzdata2021a.tar.gz" +[tzdata2021b] +git-tree-sha1 = "a1435b8e2d4048e771e9d5e161447f5d8e880221" +lazy = true + + [[tzdata2021b.download]] + sha256 = "53d9e6dbdb59dffe2b7bff59d140148181386c06e175fa69eaeb4cc83bc3deb7" + url = "https://data.iana.org/time-zones/releases/tzdata2021b.tar.gz" + +[tzdata2021c] +git-tree-sha1 = "4af568c231533aebf764ec76d852aa746cc40c17" +lazy = true + + [[tzdata2021c.download]] + sha256 = "b4f1d1c8cb11c3500276dac862d8c7e6f88c69b1e8ee4c5e9d1daad17fbe3542" + url = "https://data.iana.org/time-zones/releases/tzdata2021c.tar.gz" + [tzdata93g] git-tree-sha1 = "e7ddeb4a45080afa6dbdd7c38df81bcf8b9d8f1a" lazy = true diff --git a/src/tzdata/version.jl b/src/tzdata/version.jl index 29df51bcb..7b5a855ee 100644 --- a/src/tzdata/version.jl +++ b/src/tzdata/version.jl @@ -2,7 +2,7 @@ # We want to use a specific version here to ensure that specific revisions of the # TimeZones.jl package always use the same revision of tzdata. Doing so ensure that we can # always use older revisions of this package and always reproduce the same results. -const DEFAULT_TZDATA_VERSION = "2021a" # Do not use floating revision "latest" here +const DEFAULT_TZDATA_VERSION = "2021c" # Do not use floating revision "latest" here # Note: A tz code or data version consists of a year and letter while a release consists of