static long clockTimeToSystemTime(long now) { ret now == 0 ? 0 : now + clockToSysTimeDiff(); }