Tested tool guide
Tested browser tools
Checked August 16, 2026
What Time Zone Meeting Planner does, with a checked example
Shows every participant's working day as its own row on a 24-hour timeline and highlights the hours where all business-hours windows overlap. Enter each person's time zone and typical business hours, pick a date, and the chart aligns every row to the same underlying instant so overlap reads directly. People often misread the rows as comparable clock times: 09:00 in one row is not 09:00 in another, and the overlap only exists for the exact date chosen because DST offsets change across the year.
Worked example
A concrete input and expected output from the current implementation.
Input
Two participants on July 15, 2026, a summer date when both cities observe daylight saving time. New York business hours 09:00-17:00 in EDT (UTC-4). London business hours 09:00-17:00 in BST (UTC+1).
->
Expected output
Shared overlap of 3 hours: 09:00-12:00 in New York, 14:00-17:00 in London, which is 13:00-16:00 UTC.
Convert both windows to UTC: New York 09:00-17:00 EDT becomes 13:00-21:00 UTC, and London 09:00-17:00 BST becomes 08:00-16:00 UTC. The intersection is 13:00-16:00 UTC, a 3-hour block. Reading that block in each local time gives 09:00-12:00 in New York and 14:00-17:00 in London. London is five hours ahead of New York in July, so when New York reaches 09:00, London is already at 14:00; the shared window is the first three hours of New York's day and the last three of London's.