Ttooleras
🌍

Time Zone Converter

Converters

Convert time between any two timezones with DST awareness and multi-city comparison for scheduling meetings across the globe.. Free, private — all processing in your browser.

Current Unix Timestamp
Unix (seconds)0
Unix (milliseconds)0
ISO 8601
UTC
Local
Date only
Time only
RFC 2822
Advertisement

The Timezone Converter translates a specific time between any two (or many) timezones around the world. Remote teams, international clients, news events, and travel itineraries all hit this problem: a meeting scheduled at 3 PM London time — what time is that in New York, Tokyo, Sydney, Los Angeles, and Berlin? A stock market opens at 9:30 EST — what time is that in Bangalore? A flight lands at 14:45 local destination time — what time is that where I am now?

This tool handles timezone math correctly, including the many edge cases that trip up casual converters. Daylight saving transitions are handled based on the IANA timezone database (which tracks every timezone rule change globally). Cities that do not observe DST (Arizona, Hawaii, most of Asia) get the right offset year-round. Historical DST changes are supported (some countries have changed rules recently). The converter shows multiple timezones simultaneously — up to ten on screen — so you can see at a glance when a meeting works for everyone or when there is no overlap. Paste a source time and timezone, watch every target city update instantly.

Time Zone Converter — key features

500+ timezones supported

Every IANA timezone identifier is supported, covering every city and region worldwide.

Multi-city view

Compare up to 10 cities side by side to find a meeting time that works for globally distributed teams.

DST aware

Daylight saving transitions handled correctly based on the current IANA database, including cities that do not observe DST.

Historical and future accuracy

Works for any date from 1900 forward, using current DST rules for historical and projected dates.

UTC offset display

Each result shows both the city local time and the UTC offset (e.g., UTC-5 or UTC+5:30) for precise technical reference.

Quick common-city presets

One-click presets for major business hubs (NYC, London, Tokyo, Sydney, Singapore, Bangalore, San Francisco).

Meeting time finder

Visualizes which hours overlap across all selected cities as business hours (9 AM-6 PM local).

Shareable URL

Every conversion encodes the source time and cities in the URL hash for sharing with team members.

How to use the Time Zone Converter

  1. 1

    Enter source time and timezone

    Pick the date and time, then select the source timezone from the dropdown or type a city name.

  2. 2

    Add target timezones

    Add the timezones you want to convert to. The list updates in real time as you select each one.

  3. 3

    Read the conversions

    Each target city shows the equivalent local time, date, and UTC offset for that date (accounting for DST).

  4. 4

    Switch to meeting finder

    Enable meeting mode to highlight the hours that fall in business hours (9 AM-6 PM) across all selected cities.

  5. 5

    Copy or share

    Copy any time with one click, or share the URL so a colleague sees the same multi-city conversion.

Common use cases for the Time Zone Converter

Remote work and meetings

  • Cross-timezone meeting scheduling: Find a time that works for a team with members in San Francisco, London, and Bangalore — highlighting the overlap window.
  • Client calls: Confirm what time 3 PM your time looks like in a client’s timezone so both parties arrive at the right moment.
  • Async team coordination: Plan handoffs between regions by seeing when the next region’s team is starting their day.

Travel

  • Flight departure and arrival: Convert departure local time to arrival local time accounting for timezone changes and flight duration.
  • Jet lag planning: See how many hours ahead or behind your destination is to plan sleep adjustments.
  • International reservations: Confirm restaurant or event times in the timezone where the reservation applies, avoiding wrong-date bookings.

Market and event timing

  • Stock market hours: Convert NYSE or LSE opening hours to your local time for trading or news monitoring.
  • Live event streaming: See when a sporting event, concert, or product launch in another country airs in your local time.
  • News and press release timing: Coordinate press releases across regions so the embargoed time matches the intended local publication moment.

Time Zone Converter — examples

Simple conversion

3 PM London to New York.

Input
15:00 London (Europe/London) on 2026-05-05
Output
New York: 10:00 (UTC-4, EDT)
(London is UTC+1 BST in May, NYC is UTC-4 EDT)

Multi-city meeting

9 AM San Francisco across major cities.

Input
09:00 San Francisco on 2026-05-05
Output
San Francisco: 09:00 (PDT)
New York: 12:00 (EDT)
London: 17:00 (BST)
Berlin: 18:00 (CEST)
Bangalore: 21:30 (IST)
Tokyo: 01:00 next day (JST)

DST transition day

Time skipping spring-forward in the US.

Input
2:30 AM March 9, 2026, New York
Output
This local time does not exist — clocks jumped from 2:00 AM to 3:00 AM.
The converter interprets as 3:30 AM EDT (UTC-4).

Half-hour offset

Bangalore at UTC+5:30.

Input
10:00 Bangalore (Asia/Kolkata)
Output
New York: 00:30 same day (EDT)
UTC: 04:30
London: 05:30 (BST)

Non-DST city

Phoenix does not observe DST.

Input
2:00 PM Phoenix (America/Phoenix) in July
Output
Phoenix: 14:00 (MST, UTC-7)
Los Angeles: 14:00 (PDT, UTC-7 — same offset in summer)
Denver: 15:00 (MDT, UTC-6)
(In winter Phoenix is one hour ahead of LA because LA observes DST, Phoenix does not.)

Technical details

Timezone math is deceptively complex because the rules change. The IANA timezone database (tzdata) maintains authoritative timezone definitions including historical rule changes, DST transitions, and offsets. This tool uses modern browser timezone APIs (the Intl object) which internally use the same IANA rules, so results match server-side libraries (moment-timezone, Luxon, date-fns-tz) and OS clocks.

A timezone is more than just a UTC offset. America/New_York is not always UTC-5; during DST it is UTC-4. The tool uses full timezone identifiers (like America/New_York, Europe/Berlin, Asia/Tokyo) rather than offset strings, which is the correct approach for accurate conversion across arbitrary dates.

DST transitions create two-hour ambiguous periods twice a year. In spring, clocks skip an hour — a local time like 2:30 AM does not exist on the transition day. In fall, clocks fall back and a local time like 1:30 AM happens twice. The converter handles these correctly using standard date parsing (which picks the first occurrence for ambiguous times and moves forward past skipped times).

Offsets are not always on the hour. India Standard Time is UTC+5:30. Nepal is UTC+5:45. Newfoundland is UTC-3:30. The converter displays offsets accurately to the minute and handles the math correctly.

Historical timezone changes happen regularly. Russia abolished DST in 2011, restored it, changed zones. Egypt reintroduced DST in 2023. Many tools cached older rules and give wrong answers for recent dates. IANA tzdata updates reflect these changes promptly; this tool uses current tzdata via browser APIs, so conversions for any date from 1900 to the distant future should be accurate.

The tool also supports arbitrary UTC offset input for scenarios where only the offset is known (say from a GPS coordinate without a full timezone identifier). This is less precise — without knowing DST rules, future conversions may be wrong — but useful for one-off calculations.

Common problems and solutions

Using UTC offset instead of timezone

Saving a meeting as 3 PM UTC-5 works today, but if the location observes DST, the same event next summer is actually UTC-4. Store meetings with IANA timezone identifiers (America/New_York) not offset strings.

DST transition day ambiguity

Twice a year, local times can either not exist (spring forward) or happen twice (fall back). For meetings on DST transition days, schedule at times clearly outside the transition hour (before midnight or after 3 AM).

Arizona does not observe DST

Phoenix is MST year-round, unlike the rest of the Mountain time zone. In summer, Arizona is on the same clock as California; in winter, Arizona is one hour ahead of California. This catches people scheduling with Arizona colleagues.

Chinese standard time

China uses a single timezone (UTC+8) across the entire country despite spanning five geographic zones. Western China keeps the same clock as Beijing, which feels off for visitors.

Half-hour and quarter-hour offsets

India is UTC+5:30, Nepal is UTC+5:45, Newfoundland is UTC-3:30. Forgetting these partial offsets produces errors. The converter handles them correctly but people mentally drop the minutes.

Summer time changes yearly by country

Not every country observes DST, and those that do switch on different dates. The EU transitions on the last Sunday of March/October; the US on the second Sunday of March and first Sunday of November. Different dates mean the offset between London and New York varies by one hour for a few weeks each year.

Calendar app DST surprises

If you created a recurring weekly meeting at 3 PM New York in winter, it moves automatically when NYC switches to DST unless your calendar app is misconfigured. But if you stored it as UTC-5, it becomes 4 PM NYC in summer. Always use IANA timezones for recurring events.

Time Zone Converter — comparisons and alternatives

Compared to Google (\"3 PM London in NYC\"), this tool shows multi-city comparison, meeting-window overlap, and DST-aware conversion in one interface. For single quick lookups search is fine; for scheduling across many cities this tool wins.

Compared to WorldClock apps that show only the current time in various cities, this converter lets you pick any date and time (past, future, or specific upcoming meeting) and see how it maps everywhere. WorldClocks are great for knowing what time it is somewhere now; this tool is for planning.

Compared to calendar apps with timezone support (Google Calendar, Outlook, Fantastical), this tool is faster for ad-hoc what-time-is-this-there queries without creating a calendar event. For scheduled meetings with invitees, still use a calendar — the converter\u2019s role is exploratory.

Frequently asked questions about the Time Zone Converter

How does the converter handle daylight saving time?

The tool uses IANA timezone data via browser APIs, which includes complete DST rule history. So if you convert a time on 20 October (between transition dates), offsets reflect DST correctly for each timezone. If you convert 20 December (winter), offsets reflect standard time. This works automatically — you do not have to specify summer or winter.

Why do some cities have the same UTC offset but different timezones?

Timezones encode DST rules as well as current offset. Arizona and California both observe MST/PST in winter (UTC-7/UTC-8), but in summer California moves to UTC-7 with DST while Arizona stays at UTC-7 without DST — so they overlap at UTC-7 in summer. Using full timezone identifiers (America/Phoenix vs America/Los_Angeles) captures the difference.

How many timezones are there?

There are 38 distinct current UTC offsets (from UTC-12 to UTC+14) and about 500 IANA timezone identifiers (because different regions within an offset may have different DST rules or historical changes). The tool supports all current IANA identifiers.

Can I convert times from the past?

Yes. The IANA database includes historical timezone rules back to the 1970s for most places and earlier for some. Converting a 1990 meeting time between London and New York uses the DST rules that were in effect in 1990, not today’s rules.

What is UTC?

Coordinated Universal Time (UTC) is the world’s primary time standard. It is the basis for civil time in most countries — local times are defined as UTC plus or minus some offset. UTC is based on atomic clocks, adjusted occasionally with leap seconds to stay within 0.9 seconds of astronomical solar time.

How is GMT different from UTC?

Practically, they are the same at the level of seconds — both represent the same meridian reference time. GMT (Greenwich Mean Time) is a timezone (the timezone of the UK in winter), while UTC is a time standard. Formal and technical contexts use UTC; casual usage often says GMT when UTC is meant.

Can I schedule a recurring meeting across timezones correctly?

Yes, but use your calendar app’s native timezone feature rather than this converter. Create the recurring meeting in the host’s timezone, and the calendar will automatically show the correct local time for each attendee, adjusting for DST as seasons change. Avoid storing recurring meetings as UTC — they will drift by an hour twice a year.

Why is there such a large timezone range?

Earth’s rotation produces solar noon at different UTC times depending on longitude. Each timezone approximates solar time for its region plus political and economic considerations. Some zones (like China spanning 5 natural zones) are political choices; others follow geographic lines closely.

Additional resources

Advertisement

Related tools

All Converters

Learn more

Explore more tools

200+ free tools that run in your browser.

Browse all tools →