Time Zones

I have the epoch time converted into zulu time, but now I am at a stopping point. I don’t know the airport’s time zone. Is there a look up table or reference out there?

The AirportInfo function accepts an airportCode string and returns an AirportInfoStruct which contains:
* name string
* location string
* longitude float
* latitude float
* timezone string

Awesome!!! I must have over looked that!!! :slight_smile: