Hello,
Im querying https://flightxml.flightaware.com/json/FlightXML3/FlightInfoStatus?ident=CLX7962&include_ex_data=0&filter=&howMany=15&offset=0 with success.
One of faFlightID returned in the list has a filed_departure_time epoch returning “true” and not the integer value. What that means?
“faFlightID” => “CLX7962-1512887144-airline-0235”
“ident” => “CLX7962”
“faFlightID” => “CLX7962-1512887144-airline-0235”
“airline” => “CLX”
“flightnumber” => “7962”
“type” => “Form_Airline”
“blocked” => false
“diverted” => false
“cancelled” => false
“origin” => array:4 []
“destination” => array:4 []
“filed_ete” => 15600
“filed_airspeed_kts” => 311
“distance_filed” => 1548
“filed_departure_time” => array:6 [▼
“epoch” => true
“tz” => “CST”
“dow” => “Wednesday”
“time” => “22:30”
“date” => “12/13/2017”
“localtime” => 1513204200
]
“estimated_departure_time” => array:6 [▼
“epoch” => 1513176000
“tz” => “CST”
“dow” => “Wednesday”
“time” => “22:40”
“date” => “12/13/2017”
“localtime” => 1513204800
]
“actual_departure_time” => array:1 []
“departure_delay” => 600
“filed_arrival_time” => array:6 []
“estimated_arrival_time” => array:6 []
“actual_arrival_time” => array:1 []
“arrival_delay” => 600
“status” => “Scheduled”
“progress_percent” => -1
“aircrafttype” => “B744”
“full_aircrafttype” => “B744”
“adhoc” => false
“taxiing” => 600
“how_late_departure_was” => -1513175400
“how_late_arrival_was” => -1513191000
“status_flight” => “scheduled”
]
Thanks in advance.