# File lib/tzinfo/timezone_period.rb, line 161
    def to_utc(local)
      @offset.to_utc(local)
    end