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