JumJum - What else was your board doing before this?
I have found that if I'm writing to the SD card, and it fails, it seems to break the timer until restart, causing it to advance at a rate far faster than 1 second per second (maybe as fast as 1s per ms). It sounds like you encountered this, since the timer was showing 183,456,363 seconds is 2123.3 days
Actually, this is consistent with the getTime() switching to milliseconds, if you had it running for ~2.12 days after the point at which the timer started doing that.
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.
JumJum - What else was your board doing before this?
I have found that if I'm writing to the SD card, and it fails, it seems to break the timer until restart, causing it to advance at a rate far faster than 1 second per second (maybe as fast as 1s per ms). It sounds like you encountered this, since the timer was showing 183,456,363 seconds is 2123.3 days
Actually, this is consistent with the getTime() switching to milliseconds, if you had it running for ~2.12 days after the point at which the timer started doing that.