Time Converter

Convert between time units instantly — Second, Millisecond, Minute, Hour, Day and more.

Millisecond (ms)1,000
Input
1 Second (s)

What the Time Converter Does and Who It's For

This time converter changes a single duration from one unit into another, covering seconds, minutes, hours, days, weeks and years. Type a value in any field and the others update so you can see, for example, how many hours are in a value given in seconds or how many days make up a stretch of weeks.

It is built for everyday duration math rather than clock time or calendar dates. Students checking physics and rate problems, developers reasoning about timeouts and cache lifetimes, project planners estimating effort, and anyone curious how long a number of seconds really is will find it faster than doing the arithmetic by hand.

How the Time Converter Works: The Formula

Every unit is defined in terms of one base unit, the second. The converter first turns your input into seconds, then divides by the size of the target unit. The fixed relationships it uses are:

  • 1 minute = 60 seconds
  • 1 hour = 60 minutes = 3,600 seconds
  • 1 day = 24 hours = 86,400 seconds
  • 1 week = 7 days = 604,800 seconds
  • 1 year = 365.25 days = 31,557,600 seconds

The Conversion Math, Step by Step

The general rule is: result = (value in seconds) / (seconds per target unit). So converting any unit to any other is two steps. First multiply your value by its seconds-per-unit to get total seconds; second divide by the target unit's seconds-per-unit.

For seconds to hours specifically, the shortcut is to divide by 3,600. For hours to seconds, multiply by 3,600. The same logic scales to every pair of units in the list above.

Worked Example: 7,200 Seconds to Hours and Days

Say you have a duration of 7,200 seconds and want it in hours. Because 1 hour = 3,600 seconds, divide: 7,200 / 3,600 = 2 hours.

Now take a larger value, 1,000,000 seconds, and convert it to days. Divide by 86,400 (seconds per day): 1,000,000 / 86,400 = 11.574 days. To express that in weeks, divide by 604,800: 1,000,000 / 604,800 = 1.653 weeks. Both come from the same single base-second value, which is why the results stay consistent.

Why Years Use 365.25 Days

This converter treats one year as 365.25 days, the average length of a year once leap years are counted (one extra day roughly every four years). That makes it accurate for measuring durations, such as how many seconds are in a typical year: 31,557,600.

Keep in mind this is an average, not the length of any specific calendar year. A common year has 365 days (31,536,000 seconds) and a leap year has 366 days (31,622,400 seconds). If you need the exact span between two real dates, use a date-difference tool instead, since this converter measures elapsed time, not calendar positions.

Tips and Common Mistakes

A few habits help you get correct, trustworthy results:

  • Match the right factor: hours use 3,600 seconds, not 60. Mixing up the minute and hour factors is the most frequent error.
  • Watch decimals: 1.5 hours is 90 minutes, not 1 hour 50 minutes. Fractional results are decimal fractions of the unit, not minutes.
  • Mind month gaps: this tool has no "month" unit because months vary from 28 to 31 days; approximate it as year / 12 if needed.
  • Use the 365.25-day year only for durations. For exact dates, leap-year handling differs and a calendar tool is more precise.
  • Round at the end, not mid-calculation, to avoid compounding small errors across multiple conversions.