Epoch to CET / CEST (Central Europe)

Convert a Unix epoch timestamp to Central European Time (CET/CEST, UTC+01:00 / +02:00 (DST)) — seconds or milliseconds — right in your browser. No upload, no time API.

Quick answer

Central European Time is UTC+1 in winter (CET) and UTC+2 in summer (CEST). TryDevSnip uses the Europe/Paris zone so summer time is applied on the right dates — converting any epoch in your browser.

Most of continental Europe uses CET/CEST. The Europe/Paris zone tracks the winter/summer switch automatically.

Open Timestamp Converter (CET/CEST)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
CET/CEST (Europe/Paris)15 Jan 2026, 13:00:00 CET

Nominal offset for this zone: UTC+01:00 / +02:00 (DST).

Where epoch conversions go wrong

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

Frequently asked questions

How do I convert a Unix timestamp to CET/CEST?

Central European Time is UTC+1 in winter (CET) and UTC+2 in summer (CEST). TryDevSnip uses the Europe/Paris zone so summer time is applied on the right dates — converting any epoch in your browser.

What is the CET/CEST offset from UTC?

Central European Time (CET/CEST) is UTC+01:00 / +02: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