Unix Timestamp Converter

Enter a Unix timestamp (seconds or milliseconds since epoch) or a human-readable date string and instantly see both representations in UTC, ISO 8601, and local time.

Enter a timestamp or date above and click Convert.

Accepted input formats

FAQ

What is a Unix timestamp?

A Unix timestamp (also called epoch time) counts the number of seconds elapsed since 00:00:00 UTC on 1 January 1970. It is widely used in programming, databases, and APIs because it is timezone-independent and easy to compare arithmetically.

Seconds vs milliseconds?

The tool auto-detects: 10-digit numbers are treated as seconds, 13-digit numbers as milliseconds. For ambiguous cases, use a date string instead.

Related: Timezone Converter · Date Difference Calculator · Age Calculator · All Tools