Skip to content

Commit

Permalink
Update to tzdata version 2020c.
Browse files Browse the repository at this point in the history
  • Loading branch information
philr committed Oct 17, 2020
1 parent aa8226c commit cf88795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tzinfo/data/definitions/Pacific/Fiji.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module Fiji
tz.transition 2019, 1, :o1, 1547301600
tz.transition 2019, 11, :o2, 1573308000
tz.transition 2020, 1, :o1, 1578751200
tz.transition 2020, 11, :o2, 1604757600
tz.transition 2020, 12, :o2, 1608386400
tz.transition 2021, 1, :o1, 1610805600
tz.transition 2021, 11, :o2, 1636812000
tz.transition 2022, 1, :o1, 1642255200
Expand Down
4 changes: 2 additions & 2 deletions lib/tzinfo/data/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module TZInfo
module Data
# TZInfo::Data version number.
VERSION = '1.2020.2'
VERSION = '1.2020.3'

# TZInfo::Data version information.
module Version
Expand All @@ -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 = '2020b'
TZDATA = '2020c'
end
end
end

0 comments on commit cf88795

Please sign in to comment.