Epoch to PST / PDT (US Pacific)

Convert a Unix epoch timestamp to US Pacific Time (PST/PDT, UTC−08:00 / −07:00 (DST)) — seconds or milliseconds — right in your browser. No upload, no time API.

Quick answer

US Pacific Time is UTC−8 in winter (PST) and UTC−7 in summer (PDT). Because it observes daylight saving, the offset depends on the date — TryDevSnip applies the correct one for each epoch, in your browser.

Pacific Time switches between PST and PDT, so a fixed −8 offset is wrong half the year. The America/Los_Angeles zone picks the right one automatically.

Open Timestamp Converter (PST/PDT)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
PST/PDT (America/Los_Angeles)15 Jan 2026, 04:00:00 GMT-8

Nominal offset for this zone: UTC−08:00 / −07:00 (DST).

Where epoch conversions go wrong

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

Frequently asked questions

How do I convert a Unix timestamp to PST/PDT?

US Pacific Time is UTC−8 in winter (PST) and UTC−7 in summer (PDT). Because it observes daylight saving, the offset depends on the date — TryDevSnip applies the correct one for each epoch, in your browser.

What is the PST/PDT offset from UTC?

US Pacific Time (PST/PDT) is UTC−08:00 / −07: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