@odnoletkov way off from what? It’s just local time!
@nikitonsky your `System.currentTimeMillis` is off by 1hr. You have `post.timestamp` which is correct. How do you render label like 'posted 5 min ago' properly?
@odnoletkov No, System.currentTimeMillis is never off by an hour, regardless of timezone. In fact, it doesn’t even change when you change time zones
@nikitonsky see original scenario: "user fixes by adjusting system time manually"
@odnoletkov Oh, yeah, but then HTTPS won’t work, so all good
@nikitonsky your `System.currentTimeMillis` is off by 1hr. You have `post.timestamp` which is correct. How do you render label like 'posted 5 min ago' properly?