static Timestamp sysTimeToTimestamp(long now) { ret now == 0 ? null : new Timestamp(now - clockToSysTimeDiff()); }