Introduction
This Time Converter Calculator helps you change one kind of time into another. You can turn minutes into hours, days into weeks, or seconds into years. Just type a number, pick your units, and get the answer right away.
The tool does more than unit math. You can convert times between world time zones, change a Unix timestamp into a real date, find the time between two dates, add or subtract time from a date, and switch between 12-hour and 24-hour (military) time. There is also a live world clock so you can see the current time in many cities at once.
Each answer comes with clear steps, charts, and copy buttons, so you can check the math and use the result anywhere. It works for school work, travel plans, work shifts, meetings across countries, and coding tasks. If you need a single-purpose tool instead, try our Time Calculator, Hours Calculator, or Minutes Calculator.
How to use our Time Converter Calculator
Pick a tab, type in your time value, date, or time zone, and the calculator shows the converted answer right away, plus step-by-step math, charts, and copy buttons.
Unit Converter tab
Value: Type the number of time units you want to convert, like 90. Decimals work too.
From unit: Choose the unit your number is in now, such as minutes or days.
To unit: Choose the unit you want the answer in, such as hours. This is your main result.
Swap From / To: Click this to flip the two units and convert the other way.
Decimal value and unit: Enter a decimal time, like 7.25, and pick decimal hours, days, or minutes to see it as clock time. Our Time to Decimal Calculator focuses on this conversion alone.
Clock time boxes: Type days, hours, minutes, and seconds to turn clock time into a decimal number. The Hours and Minutes Calculator is handy for adding several clock times together.
Time Zones tab
Date: Pick the date of the time you want to convert.
Time input format: Choose 12-hour or 24-hour so the time boxes match how you write time.
Time: Enter the hour and minute, and pick AM or PM if you chose 12-hour.
Source time zone: Pick the city or zone where that time comes from.
Destination time zones: Pick up to 10 zones you want the time changed into. Use Add Destination for more. For a focused view, see the Time Zone Calculator and the Time Zone Difference Calculator.
Unix / Epoch tab
Unix timestamp: Paste the timestamp number to turn it into a real date and time.
Timestamp unit: Choose seconds, milliseconds, or microseconds, or leave it on auto-detect.
Show also in this time zone: Pick one extra zone to see the date in your local area.
Date and time (right side): Enter a date and a 24-hour time to get its Unix timestamp. For astronomy and record-keeping formats, the Julian Date Calculator does the same job with Julian day numbers.
Time zone of that date & time: Pick the zone that date and time belongs to.
Duration tab
Start date, time, and zone: Enter when the time period begins.
End date, time, and zone: Enter when it ends, to get the time between the two. See also the Time Duration Calculator, the Date Duration Calculator, and the Time Difference Calculator.
Base date, time, and zone: On the Add / Subtract screen, enter the date you start from.
Operation: Choose add or subtract. The Add Time Calculator, Subtract Time Calculator, Add Hours Calculator, and Add Minutes Calculator handle single operations quickly.
Years, months, weeks, days, hours, minutes, seconds: Type how much time to add or take away. To work in whole days or dates only, use the Add Days Calculator, Date Add Calculator, or Days From Date Calculator.
12 / 24 Hour tab
Hour, minute, second, AM/PM: Enter a 12-hour clock time to get the 24-hour (military) time. Our Military Time Calculator covers this in more depth.
24-hour hour, minute, second: Enter a military time to get the 12-hour time with AM or PM.
World Clock tab
Time zone: Pick a zone and click Add Clock to show its live time. You can show up to 12 clocks.
Time Conversion Explained
Time conversion means changing one way of writing time into another. You might turn 90 minutes into 1.5 hours, change 2:35 PM into 14:35, or find out what time it is in Tokyo when it is noon in New York. All of these use simple math and a few fixed rules.
How Time Units Fit Together
The second is the base unit of time. Every other unit is built from it. The easiest way to convert is to change your number into seconds first, then divide by the unit you want.
- 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 month (average) = 30.4375 days
- 1 year (average) = 365.25 days = 31,557,600 seconds
Months and years do not have one exact length. Months run from 28 to 31 days, and leap years add a day. So long conversions use average values, and calendar math (like "1 month after January 31") uses real dates instead. For calendar-based counting, the Weeks Calculator, Month Calculator, Year Calculator, and Weeks to Months Calculator follow real month lengths.
Time Zones and UTC
The world is split into time zones. Each zone is set as a number of hours ahead of or behind UTC (Coordinated Universal Time), the world's time standard. For example, UTC−5 is five hours behind UTC, and UTC+9 is nine hours ahead.
To convert between two zones, find the gap between their offsets and add or subtract it. If the new time passes midnight, the date changes too, which is why a call at 9:00 AM Monday in Los Angeles happens at 2:00 AM Tuesday in London. When you are planning long trips, pair this with the Flight Time Calculator and the ETA Calculator.
Daylight Saving Time
Many places move their clocks forward one hour in spring and back one hour in fall. This changes their UTC offset for part of the year, and countries switch on different dates. Because of this, the gap between two cities is not always the same all year long.
12-Hour and 24-Hour Clocks
The 12-hour clock repeats 1 to 12 twice a day and uses AM (midnight to noon) and PM (noon to midnight). The 24-hour clock, often called military time, counts 00:00 to 23:59, so there is no confusion.
- Midnight 12:00 AM = 00:00
- 9:30 AM = 09:30
- Noon 12:00 PM = 12:00
- 2:35 PM = 14:35 (add 12 to any PM hour except 12)
- 11:45 PM = 23:45
Unix Timestamps
Computers often store time as a single number: the count of seconds since January 1, 1970 at 00:00:00 UTC. This is called Unix time or epoch time. Some systems count milliseconds or microseconds instead, which makes the number much longer. Timestamps have no time zone, so the same number points to the same instant everywhere on Earth.
Durations and Decimal Time
A duration is the amount of time between two moments. Subtract the start from the end to get it, then show it in the units you need. Time sheets and payroll often use decimal hours, where the minutes become a fraction of an hour: 15 minutes is 0.25 hours, 30 minutes is 0.5 hours, and 45 minutes is 0.75 hours. So 7 hours 15 minutes is written as 7.25 hours. The Time Card Calculator and Work Hours Calculator turn shift times into paid hours, and the Hourly Paycheck Calculator turns those hours into take-home pay.
Where Time Conversion Is Used
- Setting up meetings and video calls across countries
- Booking flights and reading arrival times
- Filling in work hours and billing clients, along with overtime and PTO tracking
- Reading log files and database dates in code, and estimating download times
- Cooking, workouts, science labs, and sports timing such as running pace
- Counting down to deadlines with the Days Until Calculator, Deadline Calculator, or Business Days Calculator
- Working out ages and anniversaries with the Age Calculator and Age Difference Calculator