How is Position determined to be outdated?

memesaregood3 days ago

I'm tinkering with the database and I can't quite figure out how does Traccar know if a position is outdated when constructing a Position object. There is no outdated column in the tc_positions table, and there's no field in the attributes JSON.

So, question is, how does it figure out if the position is outdated or not during construction of the object?

Anton Tananaev3 days ago

What do you need it for?

memesaregood3 days ago

I just wanted to check how many of them are there for the sake of the statistics, and I don't want to do it through API.

Anton Tananaev3 days ago

It's a transient property that's not stored in the database.