Jussi Kukkonen wrote:
Hi,
I was working on improving the error reporting in the UI, and got some
questions:
Also, I'm having trouble with the timestamps. I thought I could just
compare the "end" value to seconds from gettimeofday() result but it
doesn't seem to work like that.
Example: the report for a sync that just ended includes "end =
1259784239", gettimeofday() returns 1259789242.
It's entirely possible that it's just too late for me, but I can't make
heads or tails of this: the time differences seem to vary (in the
ballpark of a few thousand seconds).
Jussi