You are reading a single comment by @malaire and its replies. Click here to read the full conversation.
  • @malaire just to add you mention:

    setTime can only set time to full seconds

    But it actually works to 1/32768 second. Even so, reducing the amount of times you call it is probably good practice since it'll affect when timers get called

  • But the documentation of setTime says that

    Set the current system time in seconds (to the nearest second).

    i.e. it discards fractional part of the given value and only uses integer seconds

About

Avatar for malaire @malaire started