TCalc.itThe answer below is live — it reads your device clock the moment the page loads and keeps ticking, in 24-hour time, 12-hour time, and with the date when it crosses midnight.
--:--
NOW + 7h — the same expression the calculator takes
The live clock above answers for right now. This table answers for a spread of fixed start times, which is what you want when you are planning something for later rather than timing something from this second.
| If it is | Then 7 hours later | 24-hour | Day |
|---|---|---|---|
| 6:00 AM | 1:00 PM | 13:00 | same day |
| 8:00 AM | 3:00 PM | 15:00 | same day |
| 9:00 AM | 4:00 PM | 16:00 | same day |
| 12:00 PM | 7:00 PM | 19:00 | same day |
| 3:00 PM | 10:00 PM | 22:00 | same day |
| 5:00 PM | 12:00 AM | 00:00 | next day |
| 8:00 PM | 3:00 AM | 03:00 | next day |
| 10:00 PM | 5:00 AM | 05:00 | next day |
Read a row across: the start time, the answer in the 12-hour form most people speak, the same answer on the 24-hour clock, and whether it belongs to today or a later date. The rows that move to a later date are the ones a mental calculation gets wrong.
Put the current time on the 24-hour clock, add 7, then subtract 24 for every full day you have crossed. That single subtraction is the entire difficulty: 22:00 plus 7 hours is 29:00 on paper, and 05:00 next day in reality.
In 12-hour time the wrap is invisible, because the digits reset twice a day. An answer of 5:00 tells you nothing on its own — 5:00 AM and 5:00 PM are twelve hours apart, and both are plausible. That is why the clock above prints AM or PM and the calendar date, rather than leaving you to guess.
As an expression this page is NOW + 7h, and the mirror shown alongside it is NOW - 7h. The calculator takes the same syntax with minutes and days added, so NOW + 7h 30m works when a whole number of hours is not what you need.
The clock at the top of this page answers it for the moment you are reading, in both 24-hour and 12-hour time. As a fixed example: if the time is 9:00 AM, then 7 hours from now is 4:00 PM on the same day.
Write the current time on the 24-hour clock, add 7, and subtract 24 for every full day you pass. The subtraction is the whole trick: 22:00 plus 7 is 29:00, which is 05:00 next day.
It depends on the time of day you start. Any start time after 17:00 pushes the answer into tomorrow. The table below shows exactly where the boundary falls, and the live clock names the date directly.
The same arithmetic in reverse, and it is shown alongside the main answer above. As an expression it is NOW - 7h, where the forward version is NOW + 7h. Going backwards past midnight moves the date back a day, exactly as going forwards moves it on.
Yes. The clock reads your device time zone, so if the 7-hour span crosses a daylight saving switch the answer is the local wall-clock time you will actually see. Around those two dates a year, elapsed time and clock change differ by an hour in one direction or the other.