Hacker News new | ask | show | jobs
by mace 5691 days ago
> Does that mean that the inability to tweet grinds to a halt if the system clock gets set back

Not necessarily, their applications most likely have some retry logic which runs when an InvalidSystemClock exception is caught.

1 comments

Retry would work for small time differences, but would mean greater delay (and subsequent "I give up"), if the system clock were to be set backwards a substantial amount.