calculate_duration
Determine the duration between two timestamps with precision. Specify start and end times, optional unit, and timezone for accurate results. Ideal for time-based calculations and scheduling.
Instructions
Calculate duration between two times
Input Schema
Name | Required | Description | Default |
---|---|---|---|
end_time | Yes | End time | |
start_time | Yes | Start time | |
timezone | No | Timezone for parsing (default: system timezone) | |
unit | No | Output unit (default: "auto") |