# File lib/tzinfo/timezone_period.rb, line 151
    def local_before_end?(local)
      !@end_transition || @end_transition.local_end > local
    end