# File lib/tzinfo/timezone_period.rb, line 134
    def utc_before_end?(utc)
      !@end_transition || @end_transition.at > utc
    end