UTC to EST / EDT Converter
FreeConvert UTC to Eastern Time (EST or EDT) instantly. Shows current DST status, handles the UTC-5 / UTC-4 switch automatically. Free.
What's next
Settings guide
UTC-5 vs UTC-4 — which applies right now?
DST in the US is:
- ·Ends (EST, UTC-5) begins: First Sunday in November at 2:00 AM — clocks "fall back"
- ·DST (EDT, UTC-4) begins: Second Sunday in March at 2:00 AM — clocks "spring forward"
So: March to November = EDT (UTC-4). November to March = EST (UTC-5).
Converting UTC log timestamps to Eastern Time:
- ·UTC log timestamp:
2025-07-15T18:30:00Z→ July = EDT → subtract 4 hours → 14:30 ET (2:30 PM) - ·UTC log timestamp:
2025-01-10T18:30:00Z→ January = EST → subtract 5 hours → 13:30 ET (1:30 PM)
ISO 8601 format: UTC timestamps in ISO 8601 end with Z (for Zulu time, another name for UTC) or with +00:00. Both indicate UTC.
For recurring meeting scheduling: If you set a recurring meeting at a specific Eastern Time, the UTC equivalent will shift by one hour when DST transitions. Update calendar invites or cron jobs accordingly.
Format comparison
EST vs EDT vs ET: "ET" (Eastern Time) refers to whichever offset is currently in effect. "EST" specifically means UTC-5 (winter). "EDT" specifically means UTC-4 (summer). When someone says "the meeting is at 3pm EST" in July, they almost certainly mean EDT, but they are using the abbreviation incorrectly. The converter shows which offset is in effect for the specific date you enter.
UTC vs GMT: GMT (Greenwich Mean Time) and UTC differ by fractions of a second due to atomic clock calibration — for practical purposes, UTC and GMT can be treated as identical for time zone conversion. UTC+0 and GMT+0 are functionally the same.
How it works
Enter the UTC time and date
Type the hour, minute, and date in UTC. If you have an ISO 8601 timestamp (ending in Z), enter the time portion.
See Eastern Time instantly
The converter shows the Eastern Time equivalent, the correct offset (UTC-5 or UTC-4), and whether DST is in effect on that date.
Copy or use the result
The converted time displays in both 12-hour and 24-hour formats. Copy either format to paste into a calendar, email, or log.
About this format
UTC to Eastern Time is the most commonly needed time zone conversion for software developers, remote teams, and anyone working with US-based systems. UTC is the reference standard used in logs, APIs, databases, and international schedules. Eastern Time (ET) is the US East Coast zone used by New York, Washington DC, Boston, Atlanta, Miami, and the major US financial markets.
The complication is Daylight Saving Time. During winter (roughly November to March), Eastern Time is UTC-5 (EST — Eastern Standard Time). During summer (roughly March to November), it is UTC-4 (EDT — Eastern Daylight Time). The offset changes twice a year on specific Sundays. A static formula ("subtract 5 hours") will give wrong answers for part of the year.
This converter handles the EST/EDT switch automatically. Enter a UTC time and date, and the result shows the correct Eastern Time for that specific date — UTC-5 or UTC-4 depending on whether DST is in effect.
For developers: this is also useful for converting Unix timestamps and ISO 8601 UTC timestamps (ending in Z) to Eastern Time for display or logging purposes.