Im using the Espruino web ide windows 10 download. Im trying to set the time on my puck using the "When sending code, set Espruino's clock to the current time" but its way off. The current time is 3/17 12:40 on my computer, the updated time to the puck says 3/30 5:40. So not only is it the wrong time zone, its two weeks ahead. This is my test code:
var date = new Date().toString();
print(date);
Any ideas on how I could fix this would be appreciated.
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.
Im using the Espruino web ide windows 10 download. Im trying to set the time on my puck using the "When sending code, set Espruino's clock to the current time" but its way off. The current time is 3/17 12:40 on my computer, the updated time to the puck says 3/30 5:40. So not only is it the wrong time zone, its two weeks ahead. This is my test code:
Any ideas on how I could fix this would be appreciated.