action mon_voyage_pas_cher_get_timezone { label: "Search timezone and time informations from lat/long" description: "This webservice is providing you the ability to retrieve the tz database time zones ( https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ) from a given location ( )latitude and longitude or IATA code ). It also returns you the current time at the provided location." provider: mon_voyage_pas_cher method: GET path: "/timezone" encoding: json input: { type: "object" properties: { location: { type: "string" } } required: ["location"] additionalProperties: false } output: { type: "object" additionalProperties: true } }