# File lib/tzinfo/timezone_period.rb, line 156
    def to_local(utc)
      @offset.to_local(utc)
    end