static A printWithTime(A a) { print(hmsWithColons() + ": " + a); ret a; }