Patrick Ohly wrote:
On Wed, 2009-12-02 at 22:23 +0000, Jussi Kukkonen wrote:
> 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.
It should.
> Example: the report for a sync that just ended includes "end =
> 1259784239", gettimeofday() returns 1259789242.
Without having checked this myself yet: are you sure that you look at
the most recent report?
Well, that was simple in light of day: you are right This also explains
the sync mode not being what I expected, so don't spend the day looking
for a bug.
I expected the order of reports to be from youngest to oldest. I'm
pretty sure I wrote that in the docs originally, but it's not there now.
I still think that order would make sense.
Jussi