Sổ Tay AI
🕐

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

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

Related

Related tools

See all tools →