in reply to Time::Local issues
Just wondering why you would want to be converting dates coming out of MySQL (if that is what you are doing.) You can get pretty much any format you want from MySQL using date_format() without having to do all that work in Perl. MySQL date and time functions reference
|
---|