static S formatSeconds(long ms, int digits) { ret formatDouble(toS(ms), digits); }