static S timeWithMilliseconds() { ret hmsWithColonsAndMS(); } static S timeWithMilliseconds(long time) { ret hmsWithColonsAndMS(time); }