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