Add or Subtract Time

June 6, 2026, 1:53 PM
Saturday · 24 hr 0 min from now · server time

Now is June 5, 2026, 1:53 PM. Adding 1 day, 0 hours, 0 minutes gives June 6, 2026, 1:53 PM (Saturday). Total duration: 24 hours 0 minutes.

Common add/subtract queries

Time changeTotal hoursUse case
8 hours from now8:00Workday end
1 day from now24:00Tomorrow same time
2 days from now48:00Day after tomorrow
1 week from now168:00Next week same time
36 hours from now36:00Tomorrow + 12 hours
15 hours from now15:00Flight + 1 hour
2 hours 30 minutes from now2:30Quick meeting
1 day 8 hours from now32:00Long work session

💡 Did you know? A "sidereal day" (Earth's rotation relative to stars) is 23 hours 56 minutes 4 seconds — about 4 minutes shorter than a solar day. Over a year, this difference accumulates. Leap seconds are occasionally added to UTC to compensate.

Frequently Asked Questions

What time was 1 days, 0 hours, 0 minutes from now?

That from now is June 6, 2026, 1:53 PM (Saturday). The current time is June 5, 2026, 1:53 PM (Friday).

How do I add days, hours, and minutes to now?

Use this calculator: enter the number of days, hours, and minutes, then choose 'from now' (add) or 'ago' (subtract). The result shows the resulting date, time, and day of the week.

How do I add 8 hours to a time in Excel?

In Excel: =A1 + TIME(8, 0, 0) adds 8 hours to a time. =A1 + (8/24) also works. =A1 + 8/24 + 0/1440 if you want to add days too. For 1 day, 8 hours: =A1 + 1 + 8/24.

How do I add 1 hour 30 minutes to current time in JavaScript?

In JavaScript: const d = new Date(); d.setHours(d.getHours() + 1); d.setMinutes(d.getMinutes() + 30); console.log(d). In Python: from datetime import datetime, timedelta; print(datetime.now() + timedelta(hours=1, minutes=30)).

What is 24 hours from now?

24 hours from now is exactly tomorrow at the same time. So if it's 3 PM Tuesday, 24 hours from now is 3 PM Wednesday. The day of the week advances by 1 (except at midnight boundary, which can be ambiguous).

What is 36 hours from now?

36 hours from now = 1 day + 12 hours. So if it's 9 AM Monday, 36 hours from now is 9 PM Tuesday. The day-of-week advances by 1.5 days, so the time-of-day goes 12 hours later on the next-next day.

How long is 1 day 8 hours?

1 day 8 hours = 24 + 8 = 32 hours. Or 1,920 minutes. Or 115,200 seconds. Useful for tracking long work sessions, travel time, or study duration.

What is 24 hours in days?

24 hours = 1 days. Or 1440 minutes. Our Time Units Converter handles all unit conversions.