# File lib/facets/core/date/to_time.rb, line 7 def to_time(form = :local) ::Time.send(form, year, month, day) end