Just a note that you could pretty easily fix existing files - the ms field you see there is milliseconds, so pass that into the Date constructor and you're good.
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.
Just fixed.
Just a note that you could pretty easily fix existing files - the
ms
field you see there is milliseconds, so pass that into the Date constructor and you're good.