in reply to Formatting MySQL's TIMESTAMP

If you want to stick to more standard SQL, you may want to pull the date out as a string (if this is how TIMESTAMP() returns the date), and then parse it with Time::ParseDate.