# File lib/tzinfo/timezone_period.rb, line 128
    def utc_after_start?(utc)
      !@start_transition || @start_transition.at <= utc
    end