You are reading a single comment by @malaire and its replies.
Click here to read the full conversation.
-
There is no other way currently - you can get time at millisecond accuracy but can't set time that accurately.
@Gordon Would it be possible to add
setTime
with better accuracy than one second?EDIT: That's not actually needed, current
setTime
can reach better than 10 ms accuracy when used with delay and some checks.
May there also be a good way to do this without setTime? One that would allow a smaller decrement. There's presumably a way to getMilliseconds.