TopDev
🕐

Unix Timestamp Converter — epoch ↔ date

Convert Unix timestamp (epoch) to date and back. Auto-detects seconds/milliseconds, shows local + UTC + ISO 8601 + relative time.

All tools Browser-only

From Unix Timestamp

From Date/Time

Unix Timestamp = seconds since 1970-01-01 UTC. JavaScript Date uses milliseconds (×1000). Tool auto-detects 10 digits = seconds, 13 digits = ms.

What is Unix Timestamp?

Unix Timestamp (or Unix epoch time) is the number of seconds that have elapsed since 00:00:00 UTC on January 1, 1970 — known as "the epoch". It's the most consistent way computers store time across timezones.

Seconds vs milliseconds

The tool auto-detects based on digit count. You can also force seconds/ms via the radio buttons.

When to use it

Who this is for

Backend devs, API integrators, anyone debugging JSON/YAML/CSV payloads or working with structured data.

FAQ

Is my sensitive data safe?

Yes. JSON/YAML/CSV you paste is NOT uploaded to any server. All processing happens locally in your browser.

Is there a size limit?

Browser RAM dependent. Files under 10MB run smoothly. Larger files may freeze the tab.

Related tools

See all tools →