AviationEdgeAPI / Airport-Schedules-API

Real-time airport timetable data.
7 stars 0 forks source link

DateTime with timezone offset or just timezone #1

Open tsachit opened 11 months ago

tsachit commented 11 months ago

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.

tsachit commented 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?