Skip to content

Commit faa208e

Browse files
committed
Default to using 2021a tzdata
1 parent 181365f commit faa208e

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

Artifacts.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1758,6 +1758,30 @@ lazy = true
17581758
sha256 = "8d813957de363387696f05af8a8889afa282ab5016a764c701a20758d39cbaf3"
17591759
url = "https://data.iana.org/time-zones/releases/tzdata2020d.tar.gz"
17601760

1761+
[tzdata2020e]
1762+
git-tree-sha1 = "d28cef3bce8ceb2692d4303cd9fcde11859cb39b"
1763+
lazy = true
1764+
1765+
[[tzdata2020e.download]]
1766+
sha256 = "0be1ba329eae29ae1b54057c3547b3e672f73b3ae7643aa87dac85122bec037e"
1767+
url = "https://data.iana.org/time-zones/releases/tzdata2020e.tar.gz"
1768+
1769+
[tzdata2020f]
1770+
git-tree-sha1 = "f4432f9e5f3f7664ca0bc314701faedcf8ce8c7e"
1771+
lazy = true
1772+
1773+
[[tzdata2020f.download]]
1774+
sha256 = "121131918c3ae6dc5d40f0eb87563a2be920b71a76e2392c09519a5e4a666881"
1775+
url = "https://data.iana.org/time-zones/releases/tzdata2020f.tar.gz"
1776+
1777+
[tzdata2021a]
1778+
git-tree-sha1 = "6d94ada27957590cbd0d7678f5ae711232a4d714"
1779+
lazy = true
1780+
1781+
[[tzdata2021a.download]]
1782+
sha256 = "39e7d2ba08c68cbaefc8de3227aab0dec2521be8042cf56855f7dc3a9fb14e08"
1783+
url = "https://data.iana.org/time-zones/releases/tzdata2021a.tar.gz"
1784+
17611785
[tzdata93g]
17621786
git-tree-sha1 = "e7ddeb4a45080afa6dbdd7c38df81bcf8b9d8f1a"
17631787
lazy = true
@@ -1973,3 +1997,11 @@ lazy = true
19731997
[[unicode-cldr-release-37.download]]
19741998
sha256 = "28e1617f70f18cd96162972b1deeb3f2bacc5b9fe02a1494b6dbfcff79ea0f7a"
19751999
url = "https://github.com/unicode-org/cldr/archive/release-37.tar.gz"
2000+
2001+
[unicode-cldr-release-38-1]
2002+
git-tree-sha1 = "e3650bb0f45e427653d800ef75558003e7ab4fc0"
2003+
lazy = true
2004+
2005+
[[unicode-cldr-release-38-1.download]]
2006+
sha256 = "923126ef0d459fc4a642514e982d1181472b7a191b82e69929a038a8a469ea7e"
2007+
url = "https://github.com/unicode-org/cldr/archive/release-38-1.tar.gz"

src/tzdata/version.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We want to use a specific version here to ensure that specific revisions of the
33
# TimeZones.jl package always use the same revision of tzdata. Doing so ensure that we can
44
# always use older revisions of this package and always reproduce the same results.
5-
const DEFAULT_TZDATA_VERSION = "2020d" # Do not use floating revision "latest" here
5+
const DEFAULT_TZDATA_VERSION = "2021a" # Do not use floating revision "latest" here
66

77

88
# Note: A tz code or data version consists of a year and letter while a release consists of

0 commit comments

Comments
 (0)