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