2 messages in com.mysql.lists.perlRe: Time and date in DBD::mysql error...
FromSent OnAttachments
Peter Beltemacchi31 May 2002 22:02 
Jochen Wiedmann01 Jun 2002 10:00 
Subject:Re: Time and date in DBD::mysql error_log string would help in tracking down errors.
From:Jochen Wiedmann (jo@ispsoft.de)
Date:06/01/2002 10:00:28 AM
List:com.mysql.lists.perl

It would be helpful if the line written to the error_log had a time and date, it makes it harder to track down a problem without the time and date.

You can do that for yourself by using the $SIG{__WARN__} callback. See "perldoc perlvar". In other words: I don't see any reason for the module to do that.