Sign in

Time zone (JSON)

documented

Return time zone information for a location and timestamp in JSON.

GET /maps/api/timezone/jsonTime Zone APIno implementation yet0 runs
No 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}}&timestamp={{$timestamp}}&key={{MAPS_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Time zone (JSON) · Google Maps · OpenIntegrations