Get Timezone
get_timezoneRetrieve the IANA timezone string for an IP address to enable timezone-aware scheduling, date formatting, or code without a full geolocation lookup.
Instructions
Get the IANA timezone string for an IP address. Lighter than a full geolocate_ip call when you only need the timezone. Useful for scheduling, date formatting, or timezone-aware code. Example: ip="8.8.8.8" → "America/Los_Angeles".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | the IPv4 or IPv6 address to look up |