Convert a long ("time_t") to seconds and thousandths. return t/1000 + "." + t%1000;
return t/1000 + "." + t%1000;