Get IANA timezone for coordinates
Returns the IANA timezone identifier (e.g., ‘America/Los_Angeles’) for the given latitude and longitude coordinates. Falls back to closest timezone if the point is in the ocean or at an edge. | () -> (TimezoneResponse)
Query parameters
lat
Latitude in decimal degrees (range: -90 to 90)
lng
Longitude in decimal degrees (range: -180 to 180)
Response
Successful Response
timezone
lat
lng
method

