1 hour from now, whatever "now" is
Adding 1 hour to a clock reading is base-24 arithmetic, and the only thing that can go wrong is the rollover: any starting time from 23:00 onwards lands on the following day. The table above works that out for all twenty-four starting hours, so it is correct whenever you open this page, and the calculator fills in the exact minute from your own clock.
Three things this page deliberately does not do, because each would be wrong rather than merely unhelpful. It does not guess your time of day and print it as fact — this page was built on 19 August 2026 and the build has no idea what your clock says, so the static answer is the shift, not the time. It does not silently assume a time zone: everything here is your device's own local time, and if you need a different one the time zone converter is the right tool. And it does not assume every day is exactly twenty-four hours long.
The day the clocks change is not twenty-four hours long
On the second Sunday in March, US clocks go forward at 2:00 am and that day contains twenty-three hours; on the first Sunday in November they go back and the day contains twenty-five. Adding 1 hour of elapsed time across one of those transitions gives a wall-clock answer an hour away from adding 1 hour to the clock reading. This page adds wall-clock hours, which is what "1 hour from now" means in ordinary speech. If you need elapsed time across a clock change — a flight, a shift, a service-level deadline — the time calculator shows both figures.
Counting in whole days is unaffected: a clock change cannot move a calendar date, which is why 1 day from today and 30 days from today are exact no matter when you ask, and why this site does all of its date arithmetic on calendar components rather than on milliseconds.
Every convention used above — whether the start date counts, how month ends are clamped, which holidays close an office — is written out on the methodology page, including why hour arithmetic and day arithmetic behave differently across a clock change.