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