static long fromCompactTimestamp(int timestamp) { if (timestamp == 0) ret 0; assertTrue(timestamp > 0); ret 1514262010451L + timestamp*100L; }