Get estimated arrival timestamp

Hi,

What is the best way to get estimated arrival time? I’ve been using InboundFlightInfo, but estimatedarrivaltime seems to in the past. Everything seems to be off by minus 2hrs…

Thank you

InboundFlightInfo gets the details for the previous flight operated by that specific aircraft, which sounds like it is not the flight you want.

If you are using FlightInfoEx to get the details of the flight you want, there is already a field named “estimatedarrivaltime” that should contain the time you are interested in.

Thank you. I was able to get the correct arrival time.