calculate_countdown
Calculate the exact time remaining until a specified date or event. Provide the target date and optional timezone to get an accurate countdown.
Instructions
Calculate time remaining until a specific date/event
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title or name of the event (optional) | |
| timezone | No | IANA timezone name (e.g., 'America/New_York'). Defaults to system timezone. | |
| targetDate | Yes | Target date/time (ISO string or natural language) |