I am seeing that in the json object for each row the timestamps ("time_position") are offset 60 seconds into the future.
I see this result both in my own software and when I use an online epoch converter to convert the state data received as a json object from:
opensky-network.org/api/states
So, for example, if I am querying the state at UTC 14:00:00, the state data reports time_position (index 3) values for each row to be within ~15 seconds of 14:01:00 UTC.
I do not know when this offset into the future started, as I had not been actively reviewing the data here for some months due to involvement with other projects. I first noted this yesterday as I reinitiated work on a project involving querying the live database.
Is anyone else seeing this?
Thanks in advance!