# File lib/dbi/dbi.rb, line 343
  def to_date
    @original_date || ::Date.new(@year, @month, @day)
  end