# File lib/active_support/vendor/tzinfo-0.3.11/tzinfo/timezone_period.rb, line 137
    def utc_before_end?(utc)
      !@end_transition || @end_transition.at > utc
    end