ISO 8601 Duration Parser

Enter an ISO 8601 duration (P1DT2H3M4S) and get seconds or parts.

ISO 8601 Duration Parser

How it works

We parse P[n]Y[n]M[n]DT[n]H[n]M[n]S and convert to total seconds.

When to use it

Video length, API durations.

Frequently asked questions

Fractional seconds?

P0.5S = 0.5 seconds.

Months?

Approximate to days.