From a499acc77f5358d83a2181f5a95d5c0616898019 Mon Sep 17 00:00:00 2001 From: Phil Ross Date: Tue, 16 Aug 2022 19:35:50 +0100 Subject: [PATCH] Update to tzdata version 2022c. https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html The 2022c release does not contain any data changes. --- lib/tzinfo/data/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tzinfo/data/version.rb b/lib/tzinfo/data/version.rb index 29bfb39..c1f48fc 100644 --- a/lib/tzinfo/data/version.rb +++ b/lib/tzinfo/data/version.rb @@ -1,7 +1,7 @@ module TZInfo module Data # TZInfo::Data version number. - VERSION = '1.2022.2' + VERSION = '1.2022.3' # TZInfo::Data version information. module Version @@ -14,7 +14,7 @@ module Version # The version of the {IANA Time Zone Database}[https://www.iana.org/time-zones] # used to generate this version of TZInfo::Data. - TZDATA = '2022b' + TZDATA = '2022c' end end end