# File lib/active_support/values/time_zone.rb, line 219
    def local(*args)
      time = Time.utc_time(*args)
      ActiveSupport::TimeWithZone.new(nil, self, time)
    end