# File lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_period.rb, line 142
    def valid_for_local?(local)      
      local_after_start?(local) && local_before_end?(local) 
    end