Time Zone Converter
Compare a time across cities and find a slot that works for everyone.
About the time zone converter
Pick a date and time in one place and see it instantly in every other city you care about. Each row is colour-coded β green for working hours, amber for awake but outside them, red for the middle of the night β so a workable slot for a call is obvious at a glance rather than something you have to work out.
Your chosen cities are remembered between visits, and daylight saving is applied from your browser's own IANA time zone database. That last detail matters: a converter built on a hard-coded offset table silently goes wrong twice a year, and gets the transition weeks wrong for the southern hemisphere permanently.
Why time zones are harder than they look
Offsets are not fixed properties of a place. They change with daylight saving, on dates that differ by country and sometimes by region within a country. The US and Europe switch on different weekends, so for a few weeks each spring and autumn the gap between London and New York is four hours rather than the usual five β which is exactly when recurring meetings quietly break.
Not every offset is a whole hour, either. India runs at UTC+05:30, Nepal at UTC+05:45, and parts of Australia at UTC+09:30. And some places have abolished the switch entirely while their neighbours kept it. This is why time zones are always looked up rather than calculated.
Picking a time that works
- US East and Western Europe β the reliable overlap is roughly 13:00 to 17:00 UK time.
- Europe and India β comfortable from about 13:00 to 18:00 in India.
- Europe and East Asia β early European morning, around 08:00β10:00 UK, is late afternoon in Singapore and Tokyo.
- US West and East Asia β genuinely difficult. Someone takes an early morning or a late evening; alternating who does it is the fair approach.
Frequently asked questions
How do I find a meeting time that works across time zones?
Add every participant's city, then move the time until all the dots turn green. Green means 9am to 6pm locally, amber means they are awake but outside working hours, and red means the middle of the night.
Does this handle daylight saving time?
Yes, automatically. Conversions come from your browser's IANA time zone database, so each location uses the rules that actually apply on the date you have chosen β including the weeks when regions are out of step with each other.
What is the difference between UTC and GMT?
In everyday use they are interchangeable. UTC is the modern atomic-clock standard and the one to use in technical contexts; GMT is a time zone that observes British Summer Time, so the UK is UTC+1 in summer despite GMT meaning UTC+0.
Why is the difference between two cities not always the same?
Because countries start and end daylight saving on different dates. London and New York are usually five hours apart, but for a couple of weeks each year they are four, which is a common cause of missed calls.
Are my selected cities saved?
Yes, in your browser's local storage on this device. Nothing is sent to a server, and clearing your browser data removes them.