# File lib/tzinfo/timezone_period.rb, line 100
    def utc_end
      @end_transition ? @end_transition.at.to_datetime : nil
    end