Does the DBI have a year 2000 problem?
No. The DBI has no knowledge or understanding of dates at all. Individual drivers (DBD::*) may have some date handling code but are unlikely to have year 2000 related problems within their code. However, your application code which uses the DBI and DBD drivers may have year 2000 related problems if it has not been designed and written well. See also the “Does Perl have a year 2000 problem?