I’d contradict there since there are non-hour boundary time zones too.
Can you maybe give a estimation of when this System.sleepUntil(time); could become available?
It’s available now
void sleepUntil(time_t time) {
time -= Time.local();
System.sleep(SLEEP_MODE_DEEP, time);
}
10 Likes