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