|
|
|
|
|
by mkl
528 days ago
|
|
The problem is using watch you have no control* over when in each second it's getting the time, so it could be nearly a second late (e.g. it's getting the time once per second, but happens to be doing it when it's a few milliseconds away from ticking over to the next second). * Okay, you have a little control in that you can press enter, or otherwise set it running, at a particular moment. |
|