Time zone (JSON)
documentedReturn time zone information for a location and timestamp in JSON.
GET /maps/api/timezone/jsonTime Zone APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://maps.googleapis.com/maps/api/timezone/json?location={{$location}}×tamp={{$timestamp}}&key={{MAPS_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"