Participants

Meeting Duration

Availability Heatmap

Each column is a 30-minute slot across 24 hours (UTC). Green = within working hours, gray = outside working hours.

Within working hours
Partial overlap
Outside working hours

Top 3 Best Meeting Times

Scheduling Meetings Across Time Zones

The Challenge of Global Teams

Scheduling a meeting when your team spans multiple continents is one of the most persistent friction points in remote and distributed work. When it is 9 am in London, it is 10 am in Paris, 2 pm in Dubai, 4:30 pm in Mumbai, and 5 pm in Bangkok — and simultaneously 4 am in Los Angeles. There is rarely a time that is perfectly convenient for everyone, but there are almost always windows that are merely inconvenient for the fewest people.

The goal of a meeting planner is to surface those windows objectively, without relying on mental arithmetic or the person who always ends up sacrificing their lunch break because they happen to be in the middle timezone.

Understanding UTC and Time Zone Offsets

Coordinated Universal Time (UTC) is the primary time standard by which the world regulates clocks and time. It has no daylight saving time adjustments — it remains constant year-round. Every time zone is defined as an offset from UTC: New York is UTC-5 in winter (UTC-4 in summer), London is UTC+0 in winter (UTC+1 in summer), Tokyo is always UTC+9.

When thinking about scheduling, UTC is your neutral reference point. If you say "let's meet at 14:00 UTC," there is no ambiguity — everyone can convert that to their local time. Many international teams adopt the convention of scheduling in UTC to avoid errors, especially around daylight saving transitions when offsets shift and previously agreed times can suddenly conflict.

Daylight Saving Time: The Hidden Complicator

Daylight Saving Time (DST) is observed in roughly 70 countries, but not all of them — and crucially, those that do observe it change their clocks on different dates. The United States and Canada change in early November and mid-March. The European Union changes in late October and late March. Australia changes in early April and early October (and some states don't observe it at all). India, China, Japan, and most of Africa and Asia do not observe DST.

The practical consequence is that for several weeks each year, the time difference between, say, New York and London changes from 5 hours to 4 hours because one side has changed clocks and the other hasn't yet. This is the source of countless missed calls. Modern tools that use IANA time zone identifiers (like "America/New_York" rather than "EST") automatically handle these transitions, which is why this planner uses those identifiers.

Finding Overlap Windows

The heatmap produced by this tool works by taking a reference day (today) and checking, for each 30-minute slot in the 24-hour UTC clock, whether that slot falls within each participant's stated working hours in their local time zone. A slot where all participants are available is shown in solid green. Slots with partial availability are shown in lighter green. Slots where nobody is available are gray.

The "best time" recommendation factors in meeting duration — if your meeting is 1 hour, the tool looks for a block of two consecutive 30-minute slots where the overlap score is highest, not just a single slot.

Async-First Culture: When No Time Works

Sometimes there genuinely is no overlap window. A team with members in Auckland, London, and San Francisco faces a 12–13 hour span between the two extremes — it is practically impossible to find a time that falls within business hours for all three. In these cases, the recommended approach is to adopt an async-first culture:

Best Practices for Cross-Timezone Meetings

Frequently Asked Questions

Does this tool account for daylight saving time?
Yes. The tool uses the JavaScript Intl.DateTimeFormat API with IANA time zone identifiers (e.g., "America/New_York"), which automatically applies the correct UTC offset for today's date, including any daylight saving time adjustments. If you run the planner on a day when clocks have recently changed, the results will reflect the current offsets, not the standard-time offsets.
The heatmap shows no green slots — what does that mean?
This means there are no 30-minute windows in the day when all participants fall within their stated working hours simultaneously. This is common when teams span more than about 10–12 hours of timezone difference. Consider: reducing the number of required participants, adjusting one or more participant's working hours, scheduling the meeting outside normal hours for one person (and compensating them), or switching to an async format where no real-time meeting is needed.
What does "working hours" mean in this context?
Working hours here means the window during which a participant is available to attend a meeting, in their local time. The default is 9:00–17:00. You can adjust this per participant — for example, if someone works 7:00–15:00 or has a standing commitment from 12:00–13:00 that you want to exclude, you can narrow their window. The tool considers a slot available if the entire meeting duration fits within the participant's working hours window.
What is the difference between UTC and GMT?
For practical purposes, UTC and GMT (Greenwich Mean Time) are the same. Both refer to time at zero degrees longitude with no DST offset. The technical difference is that GMT is a time zone (used in the UK in winter), while UTC is a time standard. When people say "GMT" informally, they usually mean UTC. UTC is the preferred designation in computing and international standards.
Why are some time zones listed with city names instead of abbreviations?
Time zone abbreviations like "EST" or "IST" are ambiguous — "IST" could mean India Standard Time, Irish Standard Time, or Israel Standard Time. IANA time zone identifiers (like "Asia/Kolkata" or "Europe/Dublin") are unambiguous and map to exact historical offset rules including all DST transitions. This planner uses IANA identifiers to ensure accurate conversions regardless of the time of year.