Epoch to CST / CDT (US Central)

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

Quick answer

US Central Time is UTC−6 in winter (CST) and UTC−5 in summer (CDT). The offset depends on the date because of daylight saving — TryDevSnip applies the correct one for each epoch using the America/Chicago zone, in your browser.

Central Time alternates between CST and CDT. The America/Chicago zone picks the right offset for any epoch, DST included.

Open Timestamp Converter (CST/CDT)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
CST/CDT (America/Chicago)15 Jan 2026, 06:00:00 GMT-6

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

Where epoch conversions go wrong

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

Frequently asked questions

How do I convert a Unix timestamp to CST/CDT?

US Central Time is UTC−6 in winter (CST) and UTC−5 in summer (CDT). The offset depends on the date because of daylight saving — TryDevSnip applies the correct one for each epoch using the America/Chicago zone, in your browser.

What is the CST/CDT offset from UTC?

US Central Time (CST/CDT) is UTC−06:00 / −05: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