Have System.sleep SLEEP_MODE_DEEP wakeup at the same time everday

I’d contradict there since there are non-hour boundary time zones too.

@ScruffR, my bad… you are correct! :flushed:

1 Like

Can you maybe give a estimation of when this System.sleepUntil(time); could become available? :slight_smile:

It’s available now :wink:

void sleepUntil(time_t time) {
     time -= Time.local();
     System.sleep(SLEEP_MODE_DEEP, time); 
}

10 Likes