Hi Daniel,

Daniel E.Doherty <ded-...@ddoherty.net> writes:

> Has the 'T' format specifier messed up the interpretation of column 4 as
> a number of minutes for calulation purposes?

The 'T' format does this: 

1. it converts HH:MM:SS strings to integers (number of seconds) 
2. it applies the formulas to these integers
3. it formats the output as HH:MM:SS

So I guess you cannot combine it with "f2" -- let me know if 
combining 'T' and 'f2' is the real problem at hand.

Thanks!

-- 
 Bastien

Reply via email to