Duration Converter Online

Convert a duration between seconds, minutes, hours, days, HH:MM:SS, and a human string in your browser. Your input stays on your device.

The Duration Converter runs entirely in your browser. The durations you type are parsed and formatted on your device and are never uploaded to ArrayKit.

Open the Unix Timestamp Converter

About Duration Converter

The Duration Converter takes a single time span and shows it every way you need it. Type a plain number, a clock string like 01:30:00, or a human phrase such as "1h 30m" or "2d 4h", and it instantly reports the same duration in seconds, minutes, hours, days, and weeks, plus a padded HH:MM:SS value and a tidy human string. It is the fastest way to answer questions like how many seconds are in a timeout, what 5400 seconds looks like on a clock, or how long 2.5 hours is in minutes. Handy for setting cache TTLs, cron intervals, video timestamps, SLA windows, and log analysis. Built for developers and ops engineers who juggle time units all day. Everything is parsed and formatted on your device — nothing you enter is uploaded.

Features

How to use the Duration Converter

  1. Type a duration: a number, a clock string, or a phrase like 1h 30m
  2. If you entered a bare number, pick the unit it represents
  3. Read the HH:MM:SS and human-string formats under Formatted
  4. Scan the per-unit list to see the same span in seconds, minutes, hours, days, and weeks
  5. Copy the value you need with the copy button on its row

Example

Input

1h 30m

Output

5400 s  ·  90 min  ·  1.5 h  ·  01:30:00

"1h 30m" parses to 5400 seconds and renders as 01:30:00.

Common errors & troubleshooting

Frequently asked questions

What input formats does the Duration Converter accept?
Three kinds: a bare number (interpreted with the unit you select), a clock string in MM:SS, HH:MM:SS, or DD:HH:MM:SS form, and a human phrase such as "1h 30m", "2 days", or "1.5h". All three resolve to the same total number of seconds.
How many seconds is 1h 30m?
1h 30m is 5400 seconds. That is 90 minutes, 1.5 hours, or 01:30:00 on a clock. Type "1h 30m" and the converter shows every one of those values at once.
Why is my two-part clock time read as minutes and seconds?
A colon string with two parts is treated as MM:SS, so 05:30 means five minutes thirty seconds. Add a third part for hours: 01:30:00 is one hour thirty minutes. Four parts are read as DD:HH:MM:SS.
Does the HH:MM:SS output roll over past 24 hours?
No. The hours field is never truncated to a day, so 26 hours renders as 26:00:00 rather than 02:00:00. This keeps long durations like render times or uptime readable on a single clock value.
What unit does a plain number use?
A bare number uses the unit selected under the input — seconds by default. Switch it to minutes, hours, or days to reinterpret the same number, or embed the unit in the text (for example 90m) to be explicit.
Is the duration I enter sent to a server?
No. The Duration Converter parses and formats every value on your device. The time span you type never leaves your device and is not uploaded to ArrayKit.

Related tools

All ArrayKit tools