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