posted 19 years ago
Hi,
I hope this isn't just because I'm too tired to think straight any more but here goes:
My app logs events, and timestamps them with a long integer. In order to work out the interval between two events I'm trying to subtract one from the other and output the difference, like this:
By my calculations, that comes to around 11 seconds. But instead of getting 00:00:11, I get 01:00:11.
Can anyone explain why this is happening?
Thanks,
Paul