import java.text.SimpleDateFormat; static S hmsWithColons() { ret hmsWithColons(now()); } static S hmsWithColons(long time) { ret new SimpleDateFormat("HH:mm:ss").format(time); }