Time & Duration Calculators
Work hours, time cards, duration across midnight, sleep timing, and adding or subtracting clock time.
Work Hours / Time Card Calculator
Calculate total hours worked from clock-in and clock-out times, including breaks.
Time Duration Calculator
Calculate the exact duration between two times, including across midnight.
Add/Subtract Time Calculator
Add or subtract hours, minutes, and seconds from a given time.
Sleep Calculator
Find the best times to fall asleep or wake up based on 90-minute sleep cycles.
Business Hours Calculator
Calculate working hours between two date-times, honoring business hours, weekends, and holidays.
A clock is a different kind of math problem from a calendar. Where dates count upward indefinitely, clock time wraps around every 24 hours — which means subtracting two times of day, or adding a duration to a time, needs to correctly handle crossing midnight in either direction, something a calendar-date calculation never has to worry about.
This category covers exactly that: the genuine arithmetic of clock time, time-card calculations for payroll, and one deliberately wellness-framed (not medical) tool built around sleep-cycle scheduling.
Clock time wraps; calendar dates don't
Subtracting an earlier clock time from a later one within the same day is simple minutes-since-midnight subtraction. The genuinely tricky case is when the "end" time is earlier in the day than the "start" time — a start of 22:15 and an end of 06:45 the next morning isn't a negative duration, it's an overnight span, and correctly detecting and handling that distinction is the entire job of the Time Duration Calculator and Work Hours Calculator.
The Add/Subtract Time Calculator faces the same wraparound problem from the other direction: adding or subtracting an amount of clock time and correctly rolling past midnight (forward past 24:00 back to 00:00, or backward past 00:00 to the previous day's late hours) rather than producing an invalid time like "24:25" or "−1:10."
Payroll math has its own real conventions
The Work Hours Calculator exists because a time card isn't just "clock-out minus clock-in" — unpaid breaks need to be subtracted, and the result usually needs to be expressed as a decimal-hours figure (7 hours 30 minutes as 7.5) since that's the format most payroll and invoicing systems actually expect. It's also worth knowing that this tool calculates on exact entered clock times by default; many employers apply their own "punch rounding" policy (rounding each clock-in/out to the nearest 5 or 15 minutes) before running payroll, which is a real, common practice this tool doesn't assume unless explicitly applied.
Daylight Saving Time is a real limitation of pure clock-time math
None of the tools in this category attach a specific date or time zone to the times you enter — they work in pure clock time. That means a duration spanning a Daylight Saving Time changeover night (in regions that observe it) will be off by exactly one hour from the "real" elapsed time, the same way a physical clock on the wall behaves during that transition. This is a genuine, stated limitation rather than a bug, and it's covered in more depth on the site's dedicated DST blog post.
Sleep scheduling is wellness guidance, not a medical tool
The Sleep Calculator works from a widely cited approximate average — that sleep runs in roughly 90-minute cycles — to suggest wake-up times spaced a whole number of cycles apart. It's explicitly framed as general scheduling help rather than a diagnosis or treatment for any sleep disorder, since real cycle length varies meaningfully from person to person and even across a single night; anyone with an ongoing sleep problem should talk to a doctor rather than rely on a population-average heuristic.
Where clock-time math actually goes wrong in practice
Payroll disputes are one of the most common real-world consequences of a clock-time calculation done wrong — a time card that doesn't correctly detect an overnight shift, or that silently assumes a break was taken when it wasn't, produces a paycheck that's genuinely incorrect, not just cosmetically off. The Work Hours Calculator is built specifically to avoid both failure modes: overnight spans are detected explicitly rather than assumed, and breaks are only subtracted when actually entered.
Video and audio editing, cooking and recipe timing, and shift-scheduling are other common real contexts where clock-time arithmetic (rather than calendar-date arithmetic) is the actual operation needed, which is exactly the gap the Add/Subtract Time Calculator and Time Duration Calculator fill — operating on hours, minutes, and seconds directly, with no calendar date attached at all.
How these tools relate to each other under the hood
The Time Duration Calculator's overnight-crossing detection is the same core routine the Work Hours Calculator builds on, with break-period subtraction and multi-shift totaling layered on top for payroll use specifically. The Add/Subtract Time Calculator solves a related but distinct problem — shifting a single clock time forward or backward by an amount, rather than measuring the gap between two existing times — and both share the identical modulo-24 wraparound logic for handling midnight correctly in either direction.
The Sleep Calculator is the odd one out in this category by design: rather than measuring or shifting an exact duration, it applies a population-average heuristic (the roughly 90-minute sleep cycle) to suggest scheduling options, explicitly framed as general wellness guidance rather than a precise duration calculation like its three neighbors in this category.
What this category deliberately does not cover
None of the four tools here attach a calendar date or time zone to the clock times you enter — that's a deliberate scope boundary, not an oversight. A duration or shift that needs to track which specific calendar day it falls on, or that needs to convert across time zones, is better served by pairing one of these tools with the Days Between Dates or Time Zone Converter tools from the other categories, rather than this category trying to solve every related problem at once.
Rounding conventions are a real, separate decision from the math itself
It's worth separating two genuinely different things: the underlying subtraction or wraparound math (which this category's tools compute exactly, to the minute or second) and any rounding policy layered on top of it for a specific real-world purpose — like an employer's punch-rounding rule for payroll. This site's tools calculate on exact entered values by default and apply rounding only when it's explicitly part of what a specific tool (like the Work Hours Calculator's decimal-hours conversion) is meant to produce, rather than silently rounding inputs before anyone asked for it.
Why these four tools are grouped together
Age & Birthday and Date Math both operate on calendar dates — units of whole days, months, and years. This category is grouped separately because all four of its tools instead operate on clock time within a day, or in the Sleep Calculator's case, on a scheduling heuristic derived from clock time — a genuinely different unit of measurement from the rest of the site, which is why the wraparound-at-midnight problem shows up repeatedly here and nowhere else on ReckonDay.
A note on precision
Every calculation in this category is exact to the second by default — none of the four tools introduce rounding on their own initiative. Where a rounded or decimal-format result is useful (the Work Hours Calculator's decimal-hours conversion, for instance), that's a deliberate, stated additional output alongside the exact figure, not a replacement for it.
Freelance and hourly-invoicing use cases
Beyond standard payroll, freelancers and contractors are a genuine, recurring audience for the Work Hours Calculator specifically, since many invoicing platforms and hourly-rate contracts expect a decimal-hours figure rather than an hours-and-minutes format — converting a shift's raw clock-in/clock-out times into an accurate decimal total is a small but genuinely useful step in turning a day's logged hours into an invoice line item, and getting the overnight-shift and break-deduction handling right matters just as much for a single freelancer's own invoice as it does for a company's full payroll run.
Frequently asked questions
Does this category's math account for Daylight Saving Time?
No — these tools work in pure clock time without an attached date or time zone, so a span crossing a DST changeover night will be off by an hour, the same way a physical wall clock behaves during that transition.
Why does the Work Hours Calculator show a decimal number like 7.97?
Because most payroll and timesheet systems expect decimal hours rather than an hours-and-minutes format — 7 hours 58 minutes is 7.9667, typically entered as 7.97.
Is the Sleep Calculator based on my actual sleep data?
No — it uses a commonly cited population-average cycle length (about 90 minutes) as a scheduling heuristic, not a personal measurement of your own sleep.
How is the Add/Subtract Time Calculator different from Date Plus or Minus Days?
This category's tool works purely on clock time (hours/minutes/seconds, wrapping at midnight); the Date Plus or Minus Days tool (in the Date Math category) works on calendar dates instead.