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