static A printWithDate(A a) { ret printWithTime(a); } static A printWithDate(S s, A a) { ret printWithTime(s, a); }