Open tsachit opened 11 months ago
It seems like I can get the timezone from this endpoint https://aviation-edge.com/v2/public/airportDatabase?key=[API_KEY]&codeIataAirport=AAH
But if i have say 1000 different airports in detail in timetable
endpoint response, i have to call this endpoint 1000 times which makes requests expensive for us. Is there a better way to get time in utc?
Hi, just wondering if it's possible to provide timestamp with timezone offset? or timezone in the arrival and departure response? It seems like these time are local city time in
timetable
endpoint.