get_current_time
Get the current local time for any timezone using IP geolocation. Provide an optional IP address to determine timezone and receive formatted time details.
Instructions
Get the current time based on the user's IP address.
This tool determines the user's timezone from their IP address using geolocation and returns the current local time in that timezone.
Args: ip_address: Optional IP address to determine timezone. If not provided or empty string, attempts to detect automatically or defaults to UTC.
Returns: Formatted string with current time, timezone, day, and ISO timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip_address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |