We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72cf4d commit 7409e6fCopy full SHA for 7409e6f
lib/ice_cube/parsers/ical_parser.rb
@@ -100,7 +100,7 @@ def self.find_zone(tzid)
100
begin
101
Time.find_zone!(zone) if zone.present?
102
rescue ArgumentError
103
- (rails_zone, tzinfo_id) = ActiveSupport::TimeZone::MAPPING.find do |(k, _)|
+ (rails_zone, _tzinfo_id) = ActiveSupport::TimeZone::MAPPING.find do |(k, _)|
104
candidate = Time.find_zone!(k)
105
candidate.now.strftime("%Z") == zone
106
end
0 commit comments