Connect API aircraft/0/flightplan/destination_eta state

Hi …

Quick question about this state in the Connect API:

aircraft/0/flightplan/destination_eta

I see it is a Long value in the docs and on a recent test I got back a value like this: 133758292447562899.

Can anyone clarify what this number represents? What units? If I treat it as an epoch value in nanoseconds, it places the date in 1974 which is clearly wrong. I can’t seem to map this to a logical value for a timestamp or other indication of ETA.

Any pointers helpful.

Thanks.

2 Likes

Found the answer to my question thanks to @SPEEDBIRD101. The value returned by aircraft/0/flightplan/destination_eta is a Windows FILE TIME.

2 Likes