# File lib/tzinfo/timezone_period.rb, line 95
    def utc_start
      @start_transition ? @start_transition.at.to_datetime : nil
    end