You are reading a single comment by @Dan.js and its replies. Click here to read the full conversation.
  • 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.

About

Avatar for Dan.js @Dan.js started