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