Time

Time Converter

Details

How to use Time Converter

What the tool does, how to run it, and what to expect from the result.

How to convert time units

Enter a duration, pick the unit it is in, and pick the unit you want. The result and the whole ladder from milliseconds to years update as you type, entirely in your browser.

The second is the internal base. The small units (ms, s, min, h, d, wk) are exact. The month and the year are fixed at 30 and 365 days, so treat them as approximations rather than calendar facts.

  • Type the duration in the Value box, for example 90.
  • Pick the From unit, for example Minute.
  • Pick the To unit, for example Hour.
  • Read the result and scan the table for seconds and milliseconds if you are feeding a config or a timeout.
  • For anything that must respect a real calendar, do the month and year math elsewhere.

Where the exact units stop and the approximations begin

Six of the eight units are exact and always will be. A millisecond is a thousandth of a second, a minute is 60 seconds, an hour is 3,600, a day is 86,400, and a week is 604,800. None of those numbers depends on a calendar, a season, or a country, which is why software timers, cron expressions, cache lifetimes, and rate limits are all expressed in them.

The month and the year are different. A calendar month runs from 28 to 31 days and a calendar year from 365 to 366, so any converter has to pick a fixed stand-in. This one uses 30 days and 365 days respectively. That makes them useful for a rough sense of scale and wrong for anything that has to line up with a real date, which is the distinction most conversion mistakes come down to.

  • Exact: ms, s, min, h, d, wk.
  • Fixed approximations: month = 30 d, year = 365 d.
  • Never exact here: leap years, leap seconds, and calendar month lengths.

Durations in configuration files and code

Most of the traffic to a time converter is someone translating a human duration into the unit a config file wants. A cache header wants seconds, a JavaScript timer wants milliseconds, a Kubernetes probe wants seconds, and a cron comment wants minutes. Typing the human figure once and reading the row you need is faster than doing the multiplication in your head and safer than doing it wrong.

The classic errors are all order-of-magnitude slips: a 30-minute cache written as 30 instead of 1,800 seconds, a 5-second timeout written as 5 instead of 5,000 milliseconds, or a one-day expiry written as 24 rather than 86,400. Reading the value off the table removes the arithmetic step where those happen.

Tips

Getting a better result out of Time Converter

Specific settings and thresholds, not general advice.

  • The month here is exactly 30 days (2,592,000 s) and the year is exactly 365 days (31,536,000 s). That is a rounded calendar, not a real one.
  • A real Gregorian year averages 365.2425 days, which is 31,556,952 s, or 20,952 s (5 h 49 min) longer than the year in this table. Compound that and you drift about a day every four years.
  • The units you can trust exactly are the small ones: 1 min is 60 s, 1 h is 3,600 s, 1 day is 86,400 s, and 1 week is 604,800 s.
  • Frame timings live in the millisecond row: 60 fps is 16.6666666667 ms per frame, 30 fps is 33.3333333333 ms, and a 250 ms response is 0.25 s.
  • The tool's year is 8,760 hours. A standard work year of 40 hours over 52 weeks is 2,080 hours, which is 23.7% of that.
Limits

What Time Converter does not do

The honest boundary, so you do not lose time finding it yourself.

  • The month is fixed at 30 days and the year at 365 days. There are no leap years, no real calendar months, and no leap seconds.
  • No date arithmetic. It converts durations, it will not add three months to a date.
  • The millisecond is the smallest unit. There are no microseconds or nanoseconds.
  • No time zones and no timestamps. Use the Unix Timestamp Converter for those.
Reference

Terms used on this page

Short, plain-language definitions for the formats and settings above.

At a glance

Who Time Converter is for

A quick way to understand who this helps, what it solves, and where it connects next.

Best fit

Students, engineers, developers, makers, and anyone who needs a quick, accurate time conversion.

Ideal for

Fast, reliable time conversions without installing an app or trusting a server with your numbers.

FAQ

Common questions

Short answers for the questions people usually have before trying a utility like this.

Does my data get uploaded anywhere?

No. Everything runs locally in your browser and nothing is sent to a server.

Is this free to use?

Yes. It is completely free, with no account, no signup, and no usage limits.

Does it work on a phone?

Yes. The page runs in any modern mobile browser, on iPhone and Android alike, with no app to install.

How many seconds are in a day and in a week?

86,400 seconds in a day and 604,800 in a week. Both are exact, because a day here is 24 hours of 3,600 seconds with no leap-second adjustment, which is also how almost all software counts.

Does the year account for leap years?

No. The year in this converter is exactly 365 days. If you need the Gregorian mean year, use 365.2425 days, which is 31,556,952 seconds, about 5 hours 49 minutes longer than the value here.

Why is a month 30 days?

A converter needs one fixed number, and 30 days is the common compromise. Real months run from 28 to 31 days and average 30.437, so do not use a 30-day month for billing periods, contract terms, or interest.

How do I convert 90 minutes to hours?

Enter 90, choose Minute, choose Hour, and the answer is 1.5. The table also shows it as 5,400 seconds and 0.0625 days, which is often what you actually need for a config file or a cron estimate.

How many hours are in a year?

8,760 hours, using this tool's 365-day year. A real average year is 8,765.8 hours. For working time, 40 hours per week over 52 weeks is 2,080 hours, which is the figure most salary and rate calculations use.

How many minutes are in a week?

10,080 minutes, which is 604,800 seconds. It is worth memorising because it is the unit a lot of retention and billing windows are quietly built on: a seven-day trial is 10,080 minutes and a weekly cron budget divides cleanly into it.

How do I convert milliseconds to minutes?

Enter the figure with Millisecond selected and read the Minute row, or divide by 60,000. One million milliseconds is 16.6666666667 minutes. The table also gives you seconds and hours from the same entry, which is usually what a log or profiling readout needs next.

Can I convert a duration into a date?

No. This page converts durations between units, so it will tell you that 90 days is 2,160 hours but not what date falls 90 days from today. Date arithmetic needs a calendar with real month lengths and leap years, which is a separate job from unit conversion.

Recommendations

You Might Also Like

Nearby tools from the catalog that fit the same job or workflow.

Cleanor app

Do it all on your device

Cleanor puts these tools in one app: compress and convert images, video, and audio, work with PDFs, and scan text right on your device. Plus free up storage and clear inbox clutter with Email Cleaner. Start with a free trial.

  • iPhone
  • Android
  • Macsoon
  • Windowssoon