# File lib/active_support/core_ext/date/conversions.rb, line 85 def to_time(form = :local) ::Time.send("#{form}_time", year, month, day) end