Zend certified PHP/Magento developer

How to convert time to seconds

I have csv file with cells that have values like 0:20.555 and 12:05.001. The format is mm:ss.sss where mm is minutes,ss.sss is seconds with thousandths of seconds. It is a duration, not time of day. A stop watch reading.

How to convert it to seconds? So 0:20.555 is just 20.555 and 12:05.001 is 725.001?