days_until
Calculate the number of days remaining until a specific date or event. Accepts ISO strings, natural language, or Unix timestamps, with optional timezone support and formatted results.
Instructions
Calculate days until a target date/event
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format_result | No | Return formatted string (e.g., "in 5 days") instead of number (default: false) | |
target_date | Yes | Target date (ISO string, natural language, or Unix timestamp) | |
timezone | No | Timezone for calculation (default: system timezone) |