Convert a long ("time_t") to seconds and thousandths. return Double.toString(t/1000D);
return Double.toString(t/1000D);