Enter time details
Recent conversions
Formula used
Fixed EST to UTC: UTC = EST + 5 hours Fixed EDT to UTC: UTC = EDT + 4 hours UTC to fixed EST: EST = UTC − 5 hours UTC to fixed EDT: EDT = UTC − 4 hours
Automatic Eastern Time uses the America/New_York time-zone database. It selects EST or EDT according to the chosen date. This prevents a common one-hour daylight-saving error.
How to use this calculator
- Choose the conversion direction.
- Select fixed EST, fixed EDT, or automatic Eastern Time.
- Enter the date and time using either clock format.
- Choose the output style and optional local comparison.
- Add batch rows when several times need conversion.
- Select Convert time, then copy or export the result.
Common EST to UTC examples
| EST | UTC | Day change |
|---|---|---|
| 12:00 AM | 5:00 AM | Same day |
| 6:00 AM | 11:00 AM | Same day |
| 12:00 PM | 5:00 PM | Same day |
| 6:00 PM | 11:00 PM | Same day |
| 7:00 PM | 12:00 AM | Next day |
| 11:59 PM | 4:59 AM | Next day |
Understanding EST, EDT, ET, and UTC
Eastern Standard Time has a fixed offset of UTC minus five hours. It does not automatically change for daylight saving. Use fixed EST only when the source explicitly says EST.
Eastern Daylight Time has a fixed offset of UTC minus four hours. It normally appears during daylight-saving months. Use fixed EDT when that abbreviation is clearly provided.
Eastern Time is a regional label that can mean EST or EDT. Automatic mode checks the selected date using New York rules. It is usually safest for schedules and meetings.
UTC is the global reference used by servers, aviation, science, and international systems. It does not observe daylight saving. Converting to UTC removes regional clock ambiguity.
Date rollover matters when adding or subtracting hours crosses midnight. Evening Eastern times often become the next UTC date. The result badge clearly identifies this change.
For historical or future dates, time-zone rules can change. PHP uses its installed time-zone database for automatic calculations. Keep the server database updated for reliable results.
Frequently asked questions
Is EST always five hours behind UTC?
Yes. Fixed EST is always UTC−5. Eastern regions may use EDT instead during daylight saving.
What is the difference between EST and ET?
EST is a fixed standard-time offset. ET is a broader regional term covering both EST and EDT.
When should automatic Eastern Time be used?
Use it for real schedules tied to New York or the Eastern time zone when daylight saving should apply.
Does UTC use daylight saving time?
No. UTC remains stable throughout the year and does not shift seasonally.
Why did the UTC date change?
Adding four or five hours can cross midnight. The converted result then falls on the next calendar date.
Can this calculator convert UTC back to Eastern Time?
Yes. Select UTC to EST, EDT, or ET from the conversion direction menu.
Can seconds be included?
Yes. Enter seconds in either input format and keep the Show seconds option selected.
How does batch conversion work?
Enter one ISO-style date and time per line. Each valid row is converted using the chosen settings.
What does the Unix timestamp represent?
It counts elapsed seconds since January 1, 1970 at 00:00:00 UTC.
How can results be saved as PDF?
Select Print or Save PDF, then choose the PDF destination in the browser print dialog.
Does the calculator support leap years?
Yes. PHP date validation handles valid leap-year dates and rejects impossible calendar dates.