I have a concern about the flight information returned by the “Arrived” method (possible the others too but I’m just focusing on this method first). The documentation states that this method “returns information for flights that have recently arrived…”.
However, in looking at the date/time fields in some of these transactions, it appears that this is not always the case. I have several examples of flights that are returned by this call that have tomorrow’s date.
I guess my question is; do these sorts of records represent flights that run everyday and so that once “today’s” flight arrives, “tomorrow’s” enters the flow?
If this is the case, I suppose the date could be ignored and the time simply used, but when making calculations based on these relative dates, that is certainly not desireable.
If possible, can this be confirmed so that I can make a choice for a workaround?
Thanks!