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