# File lib/more/facets/date.rb, line 60
  def to_datetime
    ::DateTime.civil(year, month, day, 0, 0, 0, 0)
  end