Sign in

Time zone (XML)

documented

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

GET /maps/api/timezone/xmlTime 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/xml?location={{$location}}&timestamp={{$timestamp}}&key={{MAPS_API_KEY}}" \\
  -X GET \\
  -H "Accept: application/xml"
Time zone (XML) · Google Maps · OpenIntegrations