UnitPlanet

Time Zone Converter

Time zones define how local clocks relate to UTC (Coordinated Universal Time), the global time standard. The converter above uses IANA time zone identifiers — names like America/New_York and Asia/Tokyo — which include every historical and current daylight saving time (DST) rule automatically.

How the conversion works

The converter translates your chosen date and time into a UTC instant, then re-expresses that instant in the target time zone:

UTC = local time − UTC offset (accounting for DST)
target local time = UTC + target UTC offset (accounting for DST)

The UTC offset changes twice a year in zones that observe daylight saving time. Because the converter uses the IANA database (via your browser's Intl.DateTimeFormat API), it applies the correct offset for the specific date and zone you enter — not a static offset.

Practical examples

Example 1 — New York to London meeting

A meeting is scheduled for 10:00 AM Eastern Time (ET) on a weekday in March (when US DST is active but UK has not yet switched). Eastern Time is UTC−5 during standard time and UTC−4 during daylight saving time.

During US DST (March–November): 10:00 AM ET = UTC−4 → 2:00 PM UTC → 2:00 PM London (GMT)

Example 2 — San Francisco to Tokyo

5:00 PM Pacific Standard Time (PST = UTC−8) on a winter weekday:

5:00 PM PST → 1:00 AM UTC → 10:00 AM Tokyo Standard Time (JST = UTC+9, next day)

Example 3 — Scheduling across the International Date Line

Noon in Los Angeles (PST, UTC−8) is the following day at 5:00 AM in Sydney (AEDT, UTC+11) during Australian summer. The converter handles date-line crossings automatically.

Common mistakes

Using a fixed offset instead of a named zone. Typing "UTC+1" ignores DST — Central European Time is UTC+1 in winter and UTC+2 in summer. Always select the named zone (e.g. Europe/Paris) so DST is applied correctly.

Confusing GMT and UTC. GMT (Greenwich Mean Time) is a time zone; UTC is a time standard. The UK observes GMT in winter (UTC+0) and BST (British Summer Time, UTC+1) in summer. Select Europe/London rather than assuming "GMT" means UTC+0 year-round.

Assuming all zones are whole-hour offsets. India (IST) is UTC+5:30, Nepal (NPT) is UTC+5:45, and Iran (IRST) is UTC+3:30. The converter handles half and quarter-hour offsets correctly.

International and regional variations

RegionStandard offsetDST offsetDST observed?
Eastern US (ET)UTC−5UTC−4Yes (Mar–Nov)
Central Europe (CET)UTC+1UTC+2Yes (Mar–Oct)
India (IST)UTC+5:30No
Japan (JST)UTC+9No
Australia Eastern (AEST/AEDT)UTC+10UTC+11Yes (Oct–Apr)
China (CST)UTC+8No

Quick reference — UTC offsets for major cities

CityIANA zoneStandardSummer (DST)
New YorkAmerica/New_YorkUTC−5UTC−4
ChicagoAmerica/ChicagoUTC−6UTC−5
Los AngelesAmerica/Los_AngelesUTC−8UTC−7
LondonEurope/LondonUTC+0UTC+1
Paris / BerlinEurope/ParisUTC+1UTC+2
DubaiAsia/DubaiUTC+4UTC+4
MumbaiAsia/KolkataUTC+5:30UTC+5:30
SingaporeAsia/SingaporeUTC+8UTC+8
TokyoAsia/TokyoUTC+9UTC+9
SydneyAustralia/SydneyUTC+10UTC+11

UTC

Mon, Jun 1, 2026, 8:56 PM UTC

Frequently Asked Questions

How do I convert a time from EST to GMT?
Select 'America/New_York' as the source timezone and 'Europe/London' as the destination. Enter your time and the converter handles daylight saving time automatically.
Does this converter account for daylight saving time?
Yes. It uses the IANA Time Zone Database via your browser's built-in Intl API, which includes all historical and current DST rules for every zone.
What is UTC and why is it used as a reference?
UTC (Coordinated Universal Time) is the primary time standard worldwide. All time zones are defined as offsets from UTC, making it the universal reference point for time conversions.
What does GMT+5:30 mean?
It means the local time is 5 hours and 30 minutes ahead of UTC. India Standard Time (IST) is a common example of a half-hour offset.
Can I convert to a specific city's time?
Yes. The timezone list uses IANA zone names like 'America/Chicago' or 'Asia/Tokyo', which map to specific cities and their DST rules.

Sources

  1. IANA Time Zone Database[archived 2026-05-27]

Related Tools