Meeting Planner Time Zone Converter
The Meeting Planner Time Zone Converter computes meeting planner time zone from the relation destination hour = (source hour + (destination UTC offset - source UTC offset)) mod 24. It takes 3 inputs (meeting hour in source zone 0 to 23 in h, source utc offset in h, destination utc offset in h) and returns the meeting planner time zone. Because this is a pure mathematical or physical formula rather than a jurisdiction-specific rule, the result never changes over time: the same inputs always produce the same answer, so you can rely on it whether you are checking homework, sizing a design, or sanity-checking another tool. Enter your values in the fields below and the result updates instantly; you can also share a permalink that pre-fills the exact calculation, which is useful for teaching, reports, or collaboration. For example, with meeting hour in source zone 0 to 23 = 9 h, source utc offset = 0 h, destination utc offset = 9 h, the meeting planner time zone works out to 18, and the worked example further down the page shows every step so you can follow the arithmetic and reproduce it by hand. The method is the standard form documented by NIST Time and Frequency Division, and the figure above each result carries the date it was last verified. This tool is general information and is not a substitute for professional engineering, medical, financial, or scientific advice; always check critical results against the primary source and your own judgement.
With Meeting hour in source zone 0 to 23 = 9 h, Source UTC offset = 0 h, Destination UTC offset = 9 h, the result is 18.
Applies to: any numeric inputs. Method source: NIST Time and Frequency Division, checked 2026-06-23.
The formula
destination hour = (source hour + (destination UTC offset - source UTC offset)) mod 24
Worked example
With Meeting hour in source zone 0 to 23 = 9 h, Source UTC offset = 0 h, Destination UTC offset = 9 h:
- offset difference: 9 - (0) = 9
- shift source hour: 9 + 9 = 18
- wrap into 0 to 23: 18
- Meeting Planner Time Zone = 18
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 destination hour = (source hour + (destination UTC offset - source UTC offset)) mod 24; general information, not professional advice.
Frequently asked questions
What formula does this use?
destination hour = (source hour + (destination UTC offset - source UTC offset)) mod 24, the standard form documented by NIST Time and Frequency Division.
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
- Method: NIST Time and Frequency Division, checked 2026-06-23.
Reviewed by the CalculatorHub team, edited by James Graham, 2026-06-23. See our methodology. General information, not professional advice.