ISO 8601 Duration Converter
Convert P1DT2H style durations and seconds
| Total seconds | 95400 |
|---|---|
| Human readable | 1d 2h 30min |
| Clock format | 26:30:00 |
| Breakdown | 0Y 0M 0W 1D 2h 30m 0s |
The shape is P[n]Y[n]M[n]D T[n]H[n]M[n]S. M before the T means months, M after it means minutes — the classic trap (PT1M is one minute, P1M is one month). Only seconds may carry a fraction, and T must be followed by at least one field, so a bare PT is invalid.
All processing happens locally in your browser. Your data is never uploaded to a server.