Yes, that'd be what I'd suggest. It should be really easy to do - simplest is just (timeToWake-getTime())/1000
(timeToWake-getTime())/1000
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, that'd be what I'd suggest. It should be really easy to do - simplest is just
(timeToWake-getTime())/1000