format_format_duration
Convert seconds into human-readable time formats like '1h 1m 1s' or '1 hour 1 minute 1 second' for clear duration display in applications.
Instructions
[format] Format seconds as a human string: 3661 → '1h 1m 1s'. verbose=true for full words.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | ||
| verbose | No |