static int toCompactTimestamp(long time) { if (time == 0) ret 0; time -= 1514262010451L; time = max(time, 0); ret toInt((time+50)/100); }