I have a table that contains date-time values in this format:
START
1/13/2009 7:00:00AM
END
I think you have to use this code... it works :)
SELECT SEC_TO_TIME( SUM( TIME_TO_SEC( `time` ) ) ) AS total_time FROM time_table;