UTC to EST, PST, CST, and MST — Complete Offset Guide
Table of Contents
UTC (Coordinated Universal Time) is the global time standard used in aviation, software, APIs, and international business. Unlike local time zones, UTC never changes for Daylight Saving Time — it runs at a constant offset from atomic clocks. Understanding how to convert between UTC and US time zones is essential for developers reading log timestamps, travelers booking flights, and anyone coordinating across borders.
The short version: subtract 5 hours from UTC to get Eastern Standard Time (or 4 hours during summer), subtract 6 for Central, 7 for Mountain, and 8 for Pacific (7 in summer). For precise conversions, use the free time zone converter — it handles DST automatically so you never miscalculate a summer vs winter offset.
UTC to US Time Zone Offsets (Standard and Daylight)
| Time Zone | Standard (Winter) | Daylight (Summer) | Observes DST? |
|---|---|---|---|
| Eastern (ET) | UTC-5 (EST) | UTC-4 (EDT) | Yes |
| Central (CT) | UTC-6 (CST) | UTC-5 (CDT) | Yes |
| Mountain (MT) | UTC-7 (MST) | UTC-6 (MDT) | Yes (except Arizona) |
| Pacific (PT) | UTC-8 (PST) | UTC-7 (PDT) | Yes |
| Alaska (AKT) | UTC-9 (AKST) | UTC-8 (AKDT) | Yes |
| Hawaii (HT) | UTC-10 (HST) | UTC-10 (HST) | No |
The US observes Daylight Saving Time from the second Sunday in March to the first Sunday in November. During those months, each zone shifts forward one hour — but the difference between zones stays constant (EST is always 3 hours ahead of PST).
Common UTC Timestamp Conversions
Developers working with log files and APIs frequently see timestamps in UTC and need to translate them to local time. Here is a quick reference for 12:00 UTC (noon UTC) converted to US time zones:
| UTC Time | Eastern | Central | Mountain | Pacific |
|---|---|---|---|---|
| 08:00 UTC | 3 AM / 4 AM | 2 AM / 3 AM | 1 AM / 2 AM | 12 AM / 1 AM |
| 12:00 UTC | 7 AM / 8 AM | 6 AM / 7 AM | 5 AM / 6 AM | 4 AM / 5 AM |
| 17:00 UTC | 12 PM / 1 PM | 11 AM / 12 PM | 10 AM / 11 AM | 9 AM / 10 AM |
| 20:00 UTC | 3 PM / 4 PM | 2 PM / 3 PM | 1 PM / 2 PM | 12 PM / 1 PM |
| 00:00 UTC | 7 PM / 8 PM | 6 PM / 7 PM | 5 PM / 6 PM | 4 PM / 5 PM |
Format: Standard / Daylight (summer). For a specific date, use the timezone converter which calculates the correct offset for today automatically.
Sell Custom Apparel — We Handle Printing & Free ShippingWhy UTC Never Changes for Daylight Saving Time
UTC is defined by atomic clocks and is the international time standard. It has no political boundaries and no seasonal adjustment. When the US "springs forward," UTC does not move — instead the US time zones get closer to UTC by one hour. This is intentional: having a fixed reference point makes UTC useful for global systems that need to agree on "when" something happened.
For developers, this means always storing timestamps in UTC and converting to local time only for display. A database full of local timestamps breaks the moment a server moves to a different region or a user travels across time zones. UTC is stable; local time is not.
UTC vs GMT — Are They the Same for Practical Purposes?
Almost always yes. For everyday scheduling and conversion, UTC and GMT are interchangeable. The technical difference is that GMT is a time zone (used in the UK during winter) while UTC is a time standard maintained by atomic clocks. GMT can technically shift by small fractions of a second over time; UTC does not.
The place it matters: during UK summer, the UK observes British Summer Time (BST, UTC+1), not GMT. If someone says "3 PM GMT" they almost certainly mean UTC+0, but if you are scheduling with a London-based colleague, make sure you know whether they are on GMT or BST. The online time zone converter uses the IANA time zone database, so selecting "London" automatically uses the correct GMT or BST depending on the current date.
Convert UTC to Any US or World Time Zone
Enter any UTC time and convert to EST, PST, CST, MST, and 14 other time zones — free, no signup, DST-aware.
Open Time Zone ConverterFrequently Asked Questions
What is UTC-5 in US time?
UTC-5 is Eastern Standard Time (EST), which the US East Coast observes from November to March. In summer, Eastern shifts to UTC-4 (EDT).
Is UTC the same as GMT?
For practical purposes, yes. UTC and GMT are the same offset (UTC+0). The technical difference is that GMT is a time zone while UTC is an atomic-clock standard. They read the same time.
How do I convert a UTC timestamp to Eastern time?
Subtract 5 hours from UTC during standard time (November–March), or 4 hours during daylight time (March–November). For example, 15:00 UTC = 10 AM EST or 11 AM EDT.

