dbkaplun / driftless

Driftless setInterval and setTimeout replacement for Node and the browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will changing the time of the system clock effect drift?

mattharley opened this issue · comments

Thanks for the great library. Quick question...

What effect, if any, will changing the time on the system clock have when trying to measure drift. For example, if I set a 1 minute interval and in between the interval ticks I put the clock forward 30 seconds, will the next tick be only 30 seconds later?