Modular clock calculator

The Modular clock calculator computes modular clock from the relation (hour + delta) mod 12. It takes 2 inputs (start hour, hours to add) and returns the resulting hour. These calculators suit students and teachers working through the steps of a problem, and analysts, technicians and anyone else who needs an intermediate value before moving on to the next stage of a longer calculation or writing the figure into a report. Enter your values below and the result updates instantly, and you can share a permalink that pre-fills the exact calculation. Enter each value at the full precision you have and round only at the end, because rounding partway through can move the final digits of the answer; where two quantities are compared, put them on the same scale and in the same units first, and keep track of which input goes in which field, since many of these formulas treat their inputs differently and swapping two entries can change the result. For example, with start hour = 10, hours to add = 2, the resulting hour works out to 0, and the worked example further down the page shows every step so you can follow the arithmetic and reproduce it by hand. This is a standard formula rather than a jurisdiction-specific rule, so it does not depend on an external rate or schedule, and the figure above each result carries the date it was last verified. A result is exact only for inputs inside the operation's defined domain, since a denominator cannot be zero and some functions accept only positive arguments or have no real value outside a limited range; and where the true value does not terminate, as with an irrational root or a repeating decimal, the figure shown is that number rounded to the digits displayed rather than the exact value.

With Start hour = 10, Hours to add = 2, the result is 0.

Formula: (hour + delta) mod 12. Source: our documented method, as at 2026-07-09.

Resulting hour0

Applies to: any numeric inputs. Method: a standard formula, not a jurisdiction-specific rule. How we document and test our methods, checked 2026-07-09.

The formula

(hour + delta) mod 12

Worked example

With Start hour = 10, Hours to add = 2:

  1. (hour + delta) mod 12
  2. Resulting hour = 0

This worked example is one of the automated golden-value tests this calculator must pass before it can publish.

What this assumes

  • Inputs are real numbers in the units shown.
  • The result is the exact value of (hour + delta) mod 12; general information, not professional advice.

Frequently asked questions

What formula does this use?

(hour + delta) mod 12. This is a standard formula rather than a jurisdiction-specific rule.

Does the result ever change over time?

No. This is a pure formula with no external rate, so the same inputs always give the same result.

Official sources and verification

Reviewed by the CalculatorHub team, edited by James Graham, 2026-07-09. See our methodology. General information, not professional advice.