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