time_math
Perform compound time-math operations such as adding days, calculating differences, converting time zones, parsing natural language time expressions, and formatting durations.
Instructions
Performs compound time-math operations. Dispatches to the appropriate sub-operation based on the 'operation' parameter. Operations: add_days, add_business_days, diff, convert_tz, parse_nl, format_duration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | The time arithmetic operation to perform. Each operation expects specific operands. | |
| operands | Yes | Key-value pairs matching the chosen operation's expected fields. See operation documentation for required keys. |