# File lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_period.rb, line 148
    def local_after_start?(local)
      !@start_transition || @start_transition.local_start <= local
    end