Epoch to EST / EDT (US Eastern)

Convert a Unix epoch timestamp to US Eastern Time (EST/EDT, UTC−05:00 / −04:00 (DST)) — seconds or milliseconds — right in your browser. No upload, no time API.

Quick answer

US Eastern Time is UTC−5 in winter (EST) and UTC−4 in summer (EDT). The offset depends on the date because of daylight saving — TryDevSnip applies the right one for each epoch, all in your browser.

Eastern Time alternates between EST and EDT. Using the America/New_York zone gives the correct wall-clock time for any epoch, DST included.

Open Timestamp Converter (EST/EDT)Unix timestamp to date

Worked example

Epoch 1768478400 is the same instant everywhere — only the wall-clock reading changes:

Seconds since epoch1768478400
Milliseconds1768478400000
UTC (ISO 8601)2026-01-15T12:00:00Z
EST/EDT (America/New_York)15 Jan 2026, 07:00:00 GMT-5

Nominal offset for this zone: UTC−05:00 / −04:00 (DST).

Where epoch conversions go wrong

Other zones: UTC · IST · PST · CST · GMT/BST · CET · AEST · JST · KST

Frequently asked questions

How do I convert a Unix timestamp to EST/EDT?

US Eastern Time is UTC−5 in winter (EST) and UTC−4 in summer (EDT). The offset depends on the date because of daylight saving — TryDevSnip applies the right one for each epoch, all in your browser.

What is the EST/EDT offset from UTC?

US Eastern Time (EST/EDT) is UTC−05:00 / −04:00 (DST). TryDevSnip applies it — including daylight saving where it applies — using your browser’s timezone engine.

Does this call a server or time API?

No. TryDevSnip converts locally with dayjs and your browser clock. Epochs are not uploaded to our servers for processing.

TryDevSnip