static A printWithTime(A a) { ret printWithTime("", a); } static A printWithTime(S s, A a) { print(s + hmsWithColons(), a); ret a; }