Unix TimestampLIVE

Local

Relativo

segundos desde 1970-01-01T00:00:00Z · 1 dia = 86.400s

Unix Timestamp Converter

Convert Unix timestamps to dates (UTC, local, relative) and dates to timestamps instantly.

Unix Timestamp Converter

Convert Unix timestamps (seconds since Jan 1, 1970 UTC) to human-readable dates and back, instantly.

What is a Unix timestamp?

A Unix timestamp counts the number of seconds elapsed since January 1, 1970 00:00:00 UTC (the “Unix epoch”). It’s the standard way computers represent time.

Common uses

FAQ

What is the current Unix timestamp? It updates every second — use the tool above to see it live.

Why do timestamps get negative? Negative timestamps represent dates before 1970.

Milliseconds vs seconds? JavaScript’s Date.now() returns milliseconds (13 digits). This tool uses seconds (10 digits) — divide milliseconds by 1000.