🌍 Time Zone Converter 2026

Convert time between 50+ cities and time zones worldwide. View live UTC clock, all US time zones (EST, CST, MST, PST, AKST, HST), world clock for 12 major cities with automatic day/night detection, UTC offset reference, DST rules, and time zone math formulas rendered with MathJax. Perfect for scheduling international meetings, flight planning, remote teams, and global trading.

Live UTC Clock 50+ Time Zones 6 US Time Zones Day/Night World Clock DST Aware Unix Timestamp
🌐 UTC — Coordinated Universal Time
--:--:--
---
Unix Timestamp
---
ISO 8601
---
Today's Dates

🔄 Time Zone Converter

Convert Time Between Any Two Time Zones

--:-- --
---

🇺🇸 United States Time Zones — Live

🌏 World Clock — Major Cities

🗺️ UTC Offset Reference Table (2026)

Time ZoneAbbrevUTC OffsetDST OffsetMajor Cities
Hawaii–Aleutian StandardHSTUTC−10No DST (Hawaii)Honolulu, Hilo
Alaska Standard TimeAKSTUTC−9AKDT UTC−8 (Mar–Nov)Anchorage, Fairbanks
Pacific Standard TimePSTUTC−8PDT UTC−7 (Mar–Nov)Los Angeles, Seattle, Vancouver
Mountain Standard TimeMSTUTC−7MDT UTC−6 (Mar–Nov)Denver, Calgary · Phoenix (no DST)
Central Standard TimeCSTUTC−6CDT UTC−5 (Mar–Nov)Chicago, Dallas, Mexico City
Eastern Standard TimeESTUTC−5EDT UTC−4 (Mar–Nov)New York, Toronto, Miami, Atlanta
Atlantic Standard TimeASTUTC−4ADT UTC−3Halifax, Puerto Rico, Barbados
Brasilia TimeBRTUTC−3BRST UTC−2 (limited states)São Paulo, Rio de Janeiro, Brasilia
Greenwich Mean TimeGMTUTC+0BST UTC+1 (Mar–Oct)London, Dublin, Lisbon, Reykjavik
Central European TimeCETUTC+1CEST UTC+2 (Mar–Oct)Paris, Berlin, Rome, Madrid, Amsterdam
Eastern European TimeEETUTC+2EEST UTC+3 (Mar–Oct)Athens, Bucharest, Helsinki, Cairo
Arabia Standard TimeASTUTC+3No DSTRiyadh, Kuwait, Baghdad, Moscow (MSK)
Gulf Standard TimeGSTUTC+4No DSTDubai, Abu Dhabi, Muscat
Pakistan Standard TimePKTUTC+5No DSTKarachi, Lahore, Islamabad
India Standard TimeISTUTC+5:30No DSTMumbai, Delhi, Bangalore, Chennai
Nepal TimeNPTUTC+5:45No DSTKathmandu (unique quarter-hour offset)
Bangladesh / BhutanBST/BTTUTC+6No DSTDhaka, Thimphu
Indochina / ThailandICTUTC+7No DSTBangkok, Hanoi, Jakarta
China / Singapore / HKCST/SGT/HKTUTC+8No DSTBeijing, Singapore, Hong Kong, Manila, Taipei
Japan / KoreaJST/KSTUTC+9No DSTTokyo, Seoul, Osaka, Pyongyang
Australian EasternAESTUTC+10AEDT UTC+11 (Oct–Apr)Sydney, Melbourne, Brisbane (no DST)
New ZealandNZSTUTC+12NZDT UTC+13 (Sep–Apr)Auckland, Wellington
⚠️ Note on DST dates 2026: US DST begins Sunday March 8, 2026 (clocks spring forward 1 hour at 2:00 AM) and ends Sunday November 1, 2026 (clocks fall back at 2:00 AM). EU DST begins Sunday March 29, 2026 (last Sunday in March) and ends Sunday October 25, 2026 (last Sunday in October). This 3-week gap means New York is only 4h behind London (instead of 5h) from March 8–28 and October 26–November 1. Arizona, Hawaii, and most of Asia/Africa do not observe DST.

📖 How to Use This Time Zone Converter

  1. 1
    Read the Live UTC Clock

    The purple UTC bar at the top shows the current Coordinated Universal Time, updated every second. It also displays the Unix timestamp (seconds since January 1, 1970 00:00:00 UTC) and ISO 8601 format — used in APIs, databases, and programming.

  2. 2
    Pick From and To Time Zones

    In the converter, select your source time zone (e.g., New York / Eastern) and target time zone (e.g., London / GMT-BST). Use the quick city buttons below each selector for the most common zones. Click ⇄ to swap the two zones.

  3. 3
    Enter the Date and Time to Convert

    The datetime picker defaults to the current time in your browser's local timezone. Adjust to any date and time you need to convert — useful for scheduling future international meetings, checking meeting time across time zones, or verifying a historical timestamp.

  4. 4
    Read the Converted Time and Copy

    The result box shows the converted time in 12-hour and 24-hour formats, date (with day-of-week to catch date-line crossings), and the UTC offset difference. Click "📋 Copy Result" to copy a formatted string to clipboard for pasting into calendar invites or emails.

  5. 5
    Use the World Clock for Global Team Scheduling

    The world clock section shows 12 major cities with live current times, updating every second. City cards appear dark navy for cities currently in nighttime (local hour 8 PM to 6 AM) — instantly showing which team members are sleeping. Use the UTC reference table for the full list of offsets.

📐 Time Zone Conversion — Mathematical Formulas

Core Time Zone Conversion Formula

\( T_B = T_A + (\Delta_B - \Delta_A) \)

\( \text{where } \Delta_X = \text{UTC offset of zone } X \text{ (in hours, signed integer or fraction)} \)

\( \text{Example: } T_A = \text{10:00 AM EST} \Rightarrow \Delta_A = -5 \quad \text{Convert to IST} \Rightarrow \Delta_B = +5.5 \)

\( T_B = 10{:}00 + (+5.5 - (-5)) = 10{:}00 + 10.5\,\text{h} = \mathbf{20{:}30 = 8{:}30\,PM\,IST} \)

\( \text{With DST:} \quad T_B = T_A + (\Delta_B + \text{dst}_B) - (\Delta_A + \text{dst}_A) \)

\(\Delta\) can be fractional: India (IST) = +5.5 h, Nepal = +5.75 h, Iran (IRST) = +3.5 h, Myanmar = +6.5 h. dst\(_X\) = 1 if zone \(X\) is currently observing DST, else 0. This calculator uses the IANA tz database via the browser's Intl API to apply DST automatically.
Unix Timestamp & UTC Conversion

\( \tau = \text{seconds elapsed since } T_{\text{epoch}} = 1970\text{-}01\text{-}01\;00{:}00{:}00\;\text{UTC} \)

\( T_{\text{UTC}} = T_{\text{epoch}} + \tau\;\text{seconds} \qquad T_{\text{local}} = T_{\text{UTC}} + \Delta_{\text{local}} \)

\( \text{As of April 2026: } \tau \approx 1{,}745{,}000{,}000 \text{ (approximately 1.745 billion seconds)} \)

\( \text{Days since epoch: } \lfloor\tau / 86400\rfloor \approx 20{\,}200 \text{ days} \)

\( \text{ISO 8601: } 2026\text{-}04\text{-}17T01{:}30{:}00\text{+04:00} \quad \Rightarrow \quad \text{date, time, UTC offset encoded together} \)

JavaScript \texttt{Date.now()} returns milliseconds since epoch (\(\tau_\text{ms} = 1000\tau\)). Unix timestamps are always in UTC — never affected by DST. \texttt{new Date(0)} = January 1, 1970, 00:00:00 UTC. The maximum safe integer in JavaScript is \(2^{53} - 1\), giving a range of \(\approx 285{,}000\) years — no Y2K-style issue until year 282,000.
UTC Offset Difference — International Meeting Scheduling

\( \text{Offset difference} = \Delta_B - \Delta_A \quad \text{positive: } B \text{ is ahead; negative: } B \text{ is behind} \)

\( \text{New York (EST) to Tokyo (JST): } \Delta = +9 - (-5) = +14\,\text{h} \quad \text{(Tokyo is 14h ahead)} \)

\( \text{Dubai (GST) to New York (EDT summer): } \Delta = -4 - (+4) = -8\,\text{h} \quad \text{(NY is 8h behind Dubai)} \)

\( \text{London (GMT) to Los Angeles (PST): } \Delta = -8 - 0 = -8\,\text{h} \quad \text{(LA is 8h behind; 5h in summer)} \)

The International Date Line (approximately 180° longitude) is where the offset wraps from UTC+12 to UTC−12 — a 24-hour jump. Crossing eastward: subtract one calendar day. Crossing westward: add one calendar day. Countries near the line (Kiribati, Samoa) have adjusted their zones for political/economic convenience rather than strict longitude.

🕐 The History of Time Zones — From Solar Time to Atomic Clocks

Before the 19th century, every town kept its own local solar time — noon was when the sun was directly overhead. This was perfectly adequate when horses and boats were the fastest transport, but the railways changed everything. When a train travelled from Bristol to London in 2 hours, meeting schedules became impossible: Bristol mean time was 10 minutes behind London time, creating confusion across timetables.

The British railway companies solved this locally by standardising on Greenwich Mean Time (GMT) across their networks in the 1840s. The global solution came at the International Meridian Conference in Washington D.C. in 1884, where 26 countries agreed to establish Greenwich as the prime meridian (0°) and divide the Earth into 24 time zones — one for each hour, each spanning 15 degrees of longitude (since \(360° \div 24 = 15°\)).

However, the perfectly regular 15°-per-zone theory quickly yielded to political reality. Countries wanted their entire territory in one zone for administrative simplicity. China, which geographically spans five 15°-wide zones, uses a single time zone: China Standard Time (UTC+8) — meaning the western province of Xinjiang experiences sunrise as late as 10 AM in winter by the clock. India similarly uses a single zone (IST, UTC+5:30), with the 30-minute offset chosen as a compromise between the zones that would otherwise split the country.

🔬 GMT vs UTC — What's the Difference?

GMT (Greenwich Mean Time) is the mean solar time at the Royal Observatory in Greenwich, London — defined astronomically as the average of all observations of when the sun crosses the meridian (adjusted for Earth's elliptical orbit). It changes slightly with Earth's variable rotation rate and has no sub-second precision.

UTC (Coordinated Universal Time), established in 1960 and standardized by the International Telecommunication Union (ITU-R TF.460-6), is defined by atomic clocks — specifically the International Atomic Time (TAI, from the French Temps Atomique International), which counts the resonant oscillations of cesium-133 atoms at exactly 9,192,631,770 cycles per second. UTC is kept within ±0.9 seconds of mean solar time through the periodic insertion of "leap seconds" (27 have been inserted between 1972 and 2017; none since January 2017).

In practice, for everyday time zone conversion purposes, GMT = UTC. The distinction matters only in precision scientific contexts (GPS satellites, VLBI astronomy, high-frequency trading systems requiring nanosecond accuracy). All modern time zone databases, APIs, and operating systems use UTC as the reference and express local times as UTC offsets.

🌙

Half & Quarter Hour Offsets

Not all time zones align to whole hours. India (UTC+5:30), Iran (UTC+3:30), Afghanistan (UTC+4:30), Myanmar (UTC+6:30), and parts of Australia (UTC+9:30 SA, UTC+10:30 Lord Howe) use half-hour offsets. Nepal is unique at UTC+5:45 — the world's only quarter-hour offset, a deliberate 15-minute difference from India to emphasise national identity.

💻

IANA tz Database

Every major operating system (Linux, macOS, Windows, Android, iOS) uses the IANA Time Zone Database (Olson database), maintained at iana.org/time-zones. It contains historical DST rules, zone boundary changes, and political timezone adjustments dating to 1970. This calculator's dropdown uses IANA zone identifiers (e.g., America/New_York) via the browser Intl API.

📈

Global Markets & Time Zones

Financial markets operate in strictly defined time windows: NYSE 9:30 AM–4:00 PM EST · London Stock Exchange 8:00 AM–4:30 PM GMT · Tokyo Stock Exchange 9:00 AM–3:30 PM JST. The "overlap window" (NYSE + LSE simultaneous trading: 9:30–11:30 AM EST / 2:30–4:30 PM GMT) typically sees the highest trading volumes and liquidity in the global forex market.

✈️

Aviation & Zulu Time

Aviation universally uses UTC (called "Zulu time" or "Z") for all flight plans, NOTAM (Notices to Airmen), weather reports (METARs, TAFs), and ATC communications. "1430Z" means 14:30 UTC. Military NATO uses the letter-code system: Z=UTC, A=UTC+1 through M=UTC+12 (J skipped), N=UTC−1 through Y=UTC−12. This eliminates all ambiguity across time zones worldwide.

🌅 Daylight Saving Time — Who Uses It and Why?

Daylight Saving Time (DST) — setting clocks forward one hour in spring and back in autumn — is observed by approximately 70 countries including the US, Canada, most of Europe, Australia, and New Zealand. The remaining ~140 countries do not, including all of Africa, most of Asia (including China, Japan, India, and the entire Middle East except Israel and Jordan), most of South America, and the Pacific Islands.

The US instituted DST year-round during World War I (1918) and World War II (1942–1945) to save energy. The modern US DST schedule was extended twice: first by the Energy Policy Act of 1992, then again by the Energy Policy Act of 2005 — which pushed the start to the second Sunday in March and the end to the first Sunday in November (adding approximately 4 weeks of DST compared to the pre-2007 schedule). Arizona (except Navajo Nation), Hawaii, and the US territories of Puerto Rico, Guam, and the US Virgin Islands do not observe DST.

The EU has been considering permanently abolishing DST since a 2019 European Parliament vote (410–192) in favour of elimination. However, implementation has been delayed due to the complex question of which "permanent time" to keep (permanent summer time or permanent standard time), with different member states preferring different options. As of April 2026, the EU still observes seasonal DST changes.

N
Written & Reviewed by Num8ers Editorial Team — Global Time Systems, UTC Standards & IANA tz Database Specialists Last updated: April 2026 · Sources: International Meridian Conference (1884, Washington DC) · BIPM (Bureau International des Poids et Mesures) — UTC definition; International Telecommunication Union ITU-R TF.460-6 · IANA Time Zone Database (iana.org/time-zones) · US Energy Policy Act of 2005 (Pub.L. 109-58, § 110) · EU Directive 2000/84/EC (DST arrangements, currently maintained pending abolition vote outcome) · Aviation ICAO Doc 4444 PANS-ATM (Zulu time usage) · US Dept of Transportation 49 CFR Part 71 (time zone boundaries). For UTC/DST rule changes, monitor IANA tz database release notes. This calculator uses the browser's built-in ECMAScript Internationalization API (Intl.DateTimeFormat) which is DST-aware per the system's IANA database version.

❓ Frequently Asked Questions — Time Zones & UTC

What is UTC and how is it different from GMT?
UTC (Coordinated Universal Time) is defined by atomic clocks (cesium-133 oscillating at 9,192,631,770 Hz, per the 1967 BIPM definition of the SI second) and is the world's primary time standard. GMT (Greenwich Mean Time) is the original astronomical standard — mean solar time at the Prime Meridian in Greenwich, London. For practical time zone conversion, GMT = UTC (both at UTC+0). The difference matters only for precision science: UTC is accurate to nanoseconds; GMT can drift by up to 0.9 seconds from atomic time before a leap second is inserted.
How do I convert Eastern Time (EST/EDT) to other time zones?
Formula: \(T_B = T_\text{EST} + (\Delta_B - (-5))\) in standard time or \(T_\text{EDT}\) + \((\Delta_B - (-4))\) during DST. Common conversions from EST (UTC−5): London (GMT/UTC+0): +5h → 10 AM EST = 3 PM GMT · Paris (CET/UTC+1): +6h → 10 AM EST = 4 PM CET · Dubai (GST/UTC+4): +9h → 10 AM EST = 7 PM GST · India (IST/UTC+5:30): +10.5h → 10 AM EST = 8:30 PM IST · Beijing (CST/UTC+8): +13h → 10 AM EST = 11 PM CST · Tokyo (JST/UTC+9): +14h → 10 AM EST = midnight JST (next day). Use the converter above for any specific time.
What is the time difference between New York and London?
Usually 5 hours — London is 5 hours ahead of New York. However, this changes twice a year due to DST switching dates. US DST begins March 8 (2026); EU DST begins March 29 (2026) — during March 8–28, New York is only 4 hours behind London. Similarly, US DST ends November 1 and EU DST ends October 25 — October 26–November 1, New York is only 4 hours behind. All other times: 5 hours.
Why does India use UTC+5:30 (a half-hour offset)?
India's geographic spread spans approximately UTC+5 to UTC+6, so Indian lawmakers chose UTC+5:30 as a compromise in 1905 (adopted as IST in 1947 at independence). This is one of 11 countries/regions using non-whole-hour offsets. Other notable half-hour zones: Iran (UTC+3:30, IRST), Afghanistan (UTC+4:30, AFT), Myanmar (UTC+6:30, MMT), Venezuela (UTC−4:30 historically, now UTC−4), Lord Howe Island, Australia (UTC+10:30). Nepal at UTC+5:45 chose to be 15 minutes ahead of India to distinguish its time zone nationally.
When does US Daylight Saving Time start and end in 2026?
2026 US DST Start: Sunday, March 8, 2026 — clocks spring forward 1 hour at 2:00 AM local time (2:00 AM → 3:00 AM). 2026 US DST End: Sunday, November 1, 2026 — clocks fall back 1 hour at 2:00 AM (2:00 AM → 1:00 AM, gaining an hour). Established by the Energy Policy Act of 2005. Exceptions: Arizona (except Navajo Nation), Hawaii, Puerto Rico, Guam, US Virgin Islands, American Samoa — these areas stay on standard time year-round.
How does the International Date Line work?
The International Date Line (IDL) is an imaginary line running approximately along the 180° meridian in the Pacific Ocean, where the calendar date changes. Travelling westward across the IDL: add one day. Travelling eastward: subtract one day. The IDL is not a straight line — it curves around Russia, the Aleutian Islands, Kiribati, Tonga, and Samoa to keep entire nations in the same calendar day. UTC+12 (New Zealand) and UTC−12 (Baker Island) are 24 hours apart despite being geographically adjacent — the maximum possible time zone difference.
What is the time in Tokyo, Japan right now?
Japan Standard Time (JST) is UTC+9 — Japan does not observe DST. JST is always 9 hours ahead of UTC. Common conversions: 12:00 PM EST = 2:00 AM JST (next day) · 12:00 PM GMT = 9:00 PM JST · 12:00 PM CET = 8:00 PM JST · 12:00 PM IST = 3:30 PM JST. Japan abolished DST in 1952 after a brief Allied Occupation experiment (1948–1951). The last proposal to reintroduce it was during 2020 Tokyo Olympics planning — ultimately rejected. See the live world clock above for Tokyo's exact current time.
How do I schedule an international meeting across multiple time zones?
Best practice: anchor the meeting to UTC, then convert to each participant's local time. Find a UTC time that falls within business hours (9 AM–5 PM local) for all key participants. Example: NYC (EST UTC−5), London (GMT/UTC+0), Singapore (SGT UTC+8): UTC 14:00 = 9 AM NYC (fine) = 2 PM London (fine) = 10 PM Singapore (after hours). A better option: UTC 08:00 = 3 AM NYC (too early) vs UTC 13:00 = 8 AM NYC = 1 PM London = 9 PM Singapore (marginal). No perfect overlap exists across a 13-hour span — meeting planners often rotate inconvenient times fairly. Use the converter above with quick city presets.
What time zones does China use?
All of China uses a single time zone: China Standard Time (CST), UTC+8. Geographically, China spans from approximately 73°E to 135°E — a range of 62° longitude that would naturally cover 4+ time zones. The western province of Xinjiang (Ürümqi, 87°E) is at UTC+8 official time but experiences sunrise at nearly 10:00 AM and sunset at 11:00 PM in summer by clock time. In practice, Xinjiang residents often follow unofficial "Xinjiang time" (UTC+6), creating a parallel informal time system. Tibet and all eastern provinces use official UTC+8.
What are military time zone codes?
NATO phonetic alphabet letters designate time zones: Z (Zulu) = UTC · A (Alpha) = UTC+1 · B (Bravo) = UTC+2 · ... · M (Mike) = UTC+12 · J (Juliet) is skipped in the standard sequence · N (November) = UTC−1 · O (Oscar) = UTC−2 · ... · Y (Yankee) = UTC−12. "1400Z" means 14:00 UTC (2:00 PM UTC). Military time notation uses 4-digit 24-hour format without separators: 0000–2359. Used by NATO, aviation (ICAO), maritime (COLREGS), and emergency services globally.
Why does Phoenix, Arizona not observe Daylight Saving Time?
Arizona (excluding the Navajo Nation) opted out of DST in 1968 following the Uniform Time Act of 1966, which allowed states to exempt themselves. The primary reason: Arizona's intense summer heat means residents want sunlight to fade earlier in the evening, not later. DST would mean the sun would set at 8:30–9:00 PM instead of 7:30–8:00 PM in summer — prolonging the hottest part of the day in air-conditioning prime time. Arizona stays on MST (UTC−7) year-round, making it equivalent to PDT (UTC−7) during summer — the same as California — and equivalent to MST (UTC−7) during winter, one hour ahead of California.
How do I calculate what time it is in another country?
Use the formula: \(T_\text{target} = T_\text{local} + (\Delta_\text{target} - \Delta_\text{local})\) where Δ is the current UTC offset (including any active DST). Step 1: Find your local UTC offset (e.g., EST = UTC−5). Step 2: Find the target UTC offset (e.g., Dubai GST = UTC+4). Step 3: Calculate difference: +4 − (−5) = +9 hours. Step 4: Add to local time. 10 AM EST + 9h = 7 PM Dubai time. Use the converter above for automatic DST-aware conversion — especially important during spring/autumn transition weeks when some zones have switched and others haven't yet.

🔗 Related Calculators on Num8ers

Scheduling a global meeting? Use the converter to confirm times for all participants, then copy and paste results directly into your calendar invite or email. For the most accurate DST transitions, this tool uses your browser's Intl API which follows the IANA tz database — updated with each OS/browser update. For authoritative UTC/DST information: iana.org/time-zones and bipm.org. Feedback: Num8ers.com.