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