# File lib/dbi/dbi.rb, line 259
  def to_s
    sprintf("%04d-%02d-%02d", @year, @month, @day)
  end