USA Time Zones Overview

See the current local time for all major US time zones at a glance, with UTC offsets and DST status, updating live every second.

Universal Time (UTC)

--:--:--

UTC Date

---

Eastern

EST / EDT

--:--:--

---

UTC ---

Click to copy time

Central

CST / CDT

--:--:--

---

UTC ---

Click to copy time

Mountain

MST / MDT

--:--:--

---

UTC ---

Click to copy time

Pacific

PST / PDT

--:--:--

---

UTC ---

Click to copy time

Alaska

AKST / AKDT

--:--:--

---

UTC ---

Click to copy time

Hawaii

HST

--:--:--

---

UTC ---

Click to copy time

Copied!

Summary

See the current local time for all major US time zones at a glance, with UTC offsets and DST status, updating live every second.

How it works

  1. The page loads and immediately reads your browser clock.
  2. JavaScript formats the current moment into each US time zone using the Intl.DateTimeFormat API.
  3. DST status is computed by comparing the current UTC offset with the zone's standard (winter) offset.
  4. A setInterval updates every card once per second so the displayed times stay current.
  5. Clicking any card copies the displayed time to your clipboard.

Use cases

  • Schedule a meeting or call across multiple US regions.
  • Check whether a city on the other side of the country is still in business hours.
  • Confirm current DST status before booking a flight or setting an alarm.
  • Quickly see what time it is in Hawaii or Alaska without mental arithmetic.
  • Developers debugging timestamp issues across US data centers.
  • Remote teams coordinating stand-ups across East and West Coast offices.

Frequently Asked Questions

Last updated: 2026-06-11 · Reviewed by Nham Vu