parse_time
Convert natural language time expressions like 'tomorrow' or 'in 2 hours' into structured datetime formats for task scheduling and management.
Instructions
Parse a natural language time string.
Args: text: Time to parse (e.g., "tomorrow", "next friday", "in 2 hours") timezone: Optional timezone (e.g., "America/New_York")
Returns: Parsed time in various formats
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| timezone | No |