Hi @bovineone,
Thanks for this. Please see the capture of data provided in our request, which in our instance we pass include_ex_data=true to get all the information needed. The timezones are all in GMT:
{
"FlightInfoStatusResult": {
"next_offset": -1,
"flights": [
{
"ident": "IBE6118",
"faFlightID": "IBE6118-1582868769-airline-0132",
"airline": "IBE",
"airline_iata": "IB",
"flightnumber": "6118",
"tailnumber": "EC-LZX",
"type": "Form_Airline",
"codeshares": "AAL8636,BAW7260,FIN5642",
"blocked": false,
"diverted": false,
"cancelled": false,
"origin": {
"code": "KMIA",
"city": "Miami, FL",
"alternate_ident": "MIA",
"airport_name": "Miami Intl"
},
"destination": {
"code": "LEMD",
"city": "Madrid",
"alternate_ident": "MAD",
"airport_name": "Barajas Int'l"
},
"filed_ete": 26700,
"route": "SAVON M327 JIMAC BALOO 3500N/06000W 3900N/05000W 4200N/04000W 4300N/03000W 4300N/02000W ARMED EPOPO ADORO UL155 ZMR",
"filed_altitude": 360,
"display_filed_altitude": "36,000 feet",
"filed_airspeed_kts": 460,
"distance_filed": 4451,
"filed_departure_time": {
"epoch": 1583120700,
"tz": "GMT",
"dow": "Monday",
"time": "03:45",
"date": "02/03/2020",
"localtime": 1583120700
},
"estimated_departure_time": {
"epoch": 1583123304,
"tz": "GMT",
"dow": "Monday",
"time": "04:28",
"date": "02/03/2020",
"localtime": 1583123304
},
"actual_departure_time": {
"epoch": 1583123304,
"tz": "GMT",
"dow": "Monday",
"time": "04:28",
"date": "02/03/2020",
"localtime": 1583123304
},
"departure_delay": 2400,
"filed_arrival_time": {
"epoch": 1583147400,
"tz": "GMT",
"dow": "Monday",
"time": "11:10",
"date": "02/03/2020",
"localtime": 1583147400
},
"estimated_arrival_time": {
"epoch": 1583149920,
"tz": "GMT",
"dow": "Monday",
"time": "11:52",
"date": "02/03/2020",
"localtime": 1583149920
},
"actual_arrival_time": {
"epoch": 1583149920,
"tz": "GMT",
"dow": "Monday",
"time": "11:52",
"date": "02/03/2020",
"localtime": 1583149920
},
"arrival_delay": -600,
"filed_blockout_time": {
"epoch": 1583120100,
"tz": "GMT",
"dow": "Monday",
"time": "03:35",
"date": "02/03/2020",
"localtime": 1583120100
},
"estimated_blockout_time": {
"epoch": 1583120100,
"tz": "GMT",
"dow": "Monday",
"time": "03:35",
"date": "02/03/2020",
"localtime": 1583120100
},
"actual_blockout_time": {
"epoch": 1583122500,
"tz": "GMT",
"dow": "Monday",
"time": "04:15",
"date": "02/03/2020",
"localtime": 1583122500
},
"filed_blockin_time": {
"epoch": 1583151000,
"tz": "GMT",
"dow": "Monday",
"time": "12:10",
"date": "02/03/2020",
"localtime": 1583151000
},
"estimated_blockin_time": {
"epoch": 1583150280,
"tz": "GMT",
"dow": "Monday",
"time": "11:58",
"date": "02/03/2020",
"localtime": 1583150280
},
"actual_blockin_time": {
"epoch": 1583150400,
"tz": "GMT",
"dow": "Monday",
"time": "12:00",
"date": "02/03/2020",
"localtime": 1583150400
},
"status": "Arrived / Gate Arrival",
"progress_percent": 100,
"aircrafttype": "A333",
"full_aircrafttype": "A333",
"terminal_dest": "4S",
"gate_orig": "E21",
"bag_claim": "8",
"inbound_faFlightID": "IBE6117-1582868769-airline-0012",
"adhoc": false
}
]
}
}
Please advise. Even just passing the tail, we get the GMT only for this flight identity.