get_current_time
Get the current local time for any IP address. Automatically detects your timezone using geolocation and returns the current time, day, and ISO timestamp. Provide an IP address to retrieve time for a specific location.
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 |