# File lib/tzinfo/timezone_period.rb, line 122 def valid_for_utc?(utc) utc_after_start?(utc) && utc_before_end?(utc) end