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.