Human Duration
human_durationConvert elapsed seconds into a human-readable duration like '2d 3h 4m 5s', plus per-day and per-30-day rates. Use it when you need a clear, concise breakdown of a time span instead of raw seconds.
Instructions
Convert a SPAN of elapsed seconds into a humanised duration (e.g.
'2d 3h 4m 5s') plus per-day and per-30d rates. For an epoch timestamp
to a calendar date, use epoch_time instead. For byte counts, not
seconds, use data_sizes. Returns human, per_day, per_30d, and the
echoed seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | Yes | Elapsed span in seconds (not a point-in-time timestamp) to humanize, e.g. into '2d 3h 4m 5s' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||