Page 1 of 1

time() bug?

Posted: Thu Feb 26, 2009 12:10 am
by Pete
If I call time(), wait 2 seconds and call time() again without closing the lid then the difference between the two values is 2 seconds.

If I call time(), wait 2 seconds, close the lid, wait 10 seconds, open the lid and call time() then the difference is still only 2 rather than the 12 I'd expect.


Hmm. Just compiled the 'Watch' sample app against the latest downloads and it suffers from the same issue.