Hi Conor, what IDE are you using for it? Older IDEs had a problem with how they called E.setTimeZone() so they set the time up wrong (by a factor of -60!) on anything with a nonzero timezone.
Sounds like your issue as Friday looks ~60 hours before Sunday?
All the other IDEs should have auto-updated but the windows Native one won't have.
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.
Hi Conor, what IDE are you using for it? Older IDEs had a problem with how they called
E.setTimeZone()
so they set the time up wrong (by a factor of -60!) on anything with a nonzero timezone.Sounds like your issue as Friday looks ~60 hours before Sunday?
All the other IDEs should have auto-updated but the windows Native one won't have.