Skip to content
snip tools

Time zone converter

Convert a time between any two zones, with automatic DST and a world clock — in your browser.

Runs 100% in your browser

World clock for this instant

How to convert between time zones

  1. Pick the source time. Enter the date and time and the zone it is in.
  2. Choose a target zone. Select the zone you want it converted to.
  3. Read the result. See the converted time plus a world-clock view for the same instant.

Wall-clock time vs. the instant

The whole job of a time zone converter is to keep a single physical instant fixed while changing how it reads on the clock. When you enter “3:00 PM in New York”, that's a wall-clock time; the tool works out which absolute moment that is, then asks “what does that same moment read as in Tokyo?” Both displays point at the identical instant — only the label differs. That distinction is why you can't just add a fixed number of hours: the offset between two zones isn't constant through the year.

Why daylight saving makes this hard

Countries start and end daylight saving on different dates — and some don't observe it at all — so the gap between, say, London and New York is usually 5 hours but briefly 4 around the spring and autumn switches when one side has changed and the other hasn't. Getting it right means knowing each zone's rules for the specific date you picked, not just its name. This converter reads those rules from the IANA time-zone database built into your browser, so a meeting set for next March is converted with next March's offsets, not today's.

The gap and the overlap

Twice a year a wall-clock time gets weird. On spring-forward night an hour simply doesn't exist (clocks jump 02:00 → 03:00), and on fall-back night one hour happens twice. The tool resolves your input in two passes so it lands on a real instant even near those transitions. It's the reason recurring calendar events can drift by an hour after a DST change — the event is pinned to a wall-clock time, and the offset under it moved.

Finding a slot that works everywhere

The world-clock strip shows your chosen instant across a dozen common cities at once, so a 4 PM London call is visibly breakfast in California and late evening in Singapore before you send the invite. If you'd rather work with absolute Unix timestamps — the timezone-free form used in logs and APIs — switch to the epoch converter.

Frequently asked questions

How does the conversion work?
You enter a date and time as it reads on the clock in the “from” zone. It is converted to the exact same instant in the “to” zone, accounting for each zone’s current UTC offset and daylight saving.
Does it handle daylight saving time?
Yes. Offsets come from your browser’s built-in IANA time-zone database, so DST transitions are applied automatically for the date you pick.
What is the world clock for?
It shows your chosen instant across several common cities at once, so you can find a meeting slot that works everywhere.
Is my data sent anywhere?
No — all conversion uses your browser’s Intl engine. Nothing is uploaded.