# File lib/standard/facets/date.rb, line 384
  def to_date
    ::Date.new(year, month, day)
  end