import java.text.SimpleDateFormat; static S hms() { ret hms(now()); } static S hms(long time) { ret new SimpleDateFormat("HHmmss").format(time); }