Hey I was wondering if any one knows of a way to total a time column? I selected total on the field orders and totals page for my column which is a time format and all I get is 0.0 THX
You can implement it yourself modifying generated ..._list.php file. Find all references to $totals["FieldName"] there and replace them with your code. Or there is another way.
Change your field type to INT and save a number of minutes there.