A daylight-saving-time transition can make the elapsed time between two local timestamps differ by 1 hour from clock subtraction. In a spring-forward zone, 01:30 to 03:30 on the change night can be 1 elapsed hour because the 02:00 hour is skipped; in autumn, a repeated 01:30 needs its offset named before the interval can be calculated.
Worked example with numbers
A night shift starts at 22:00 on Saturday and ends at 06:00 on Sunday. Ordinary clock subtraction suggests 8 hours. If the local clocks move forward by 1 hour at 02:00, the actual elapsed interval is 7 hours: 22:00 to 01:59 is 4 hours, then the clock jumps to 03:00, and 03:00 to 06:00 is 3 hours. The same labels during an autumn change can instead contain 9 elapsed hours.
How to make the calculation
Treat a timestamp as a date, a clock time, and a named time zone or UTC offset. First determine whether the interval crosses a local offset change. Convert both instants to UTC, subtract them, and then present the duration in hours and minutes. The time-zone offset tool can illustrate an ordinary offset shift, while the date and local rules still need to come from the place involved.
Check the units and assumptions
A duration is an amount of elapsed time; a wall-clock difference is the difference between displayed local times. For example, 09:00+02:00 is 07:00 UTC and 09:00+01:00 is 08:00 UTC. A schedule that changes offset between its endpoints cannot be audited from two unlabelled clock readings. Record the zone identifier as well as the numeric date.
Common mistakes
Do not assume every civil day contains 24 hours. Do not add a fixed one-hour correction merely because a calendar month is associated with DST; many places do not observe it and transition dates vary. Do not call the two autumn 01:30 readings identical: one occurs before the fallback and one after it. A calculator that accepts only clock hours cannot resolve that ambiguity by itself.
When this result does not apply
This method is for elapsed-time records, travel, logs, and schedules that identify a location. It does not decide payroll rules, legal deadlines, overtime treatment, or whether a server stored a timestamp as local time or UTC. For those uses, retain the source system’s timezone data and follow the applicable policy.
Source for the external fact
Timeanddate.com explains that a spring DST transition usually skips 1 hour and creates a 23-hour day, while the autumn transition repeats 1 hour and creates a 25-hour day in its DST transition guide. The named change is why clock arithmetic and elapsed time can differ.
Related calculators
For an ordinary same-day interval, use the time-duration calculator; use the countdown converter to express a known duration in hours; and check date endpoints with the date-difference page.