Unix Timestamp Converter

Convert between Unix epoch seconds and human-readable dates.

Paste a Unix timestamp to read it as a date, or enter a date to get the epoch value. Useful for logs, tokens and database fields.

Unix Timestamp Converter

0 words0 characters0 lines0 bytes

What is a Unix timestamp?

It's the number of seconds since 1970-01-01 00:00:00 UTC (the 'epoch'). It's a compact, timezone-free way to store an instant in time.

Seconds or milliseconds?

Unix timestamps are classically in seconds, but many systems (JavaScript, some APIs) use milliseconds. A 13-digit value is usually milliseconds; 10 digits is seconds.

What about timezones?

The epoch is always UTC. Convert to a local timezone only when displaying to users.

Related tools

🔐 Private by design: every tool runs in your browser. DNS lookups go straight to Cloudflare's DoH resolver (1.1.1.1); nothing else is sent to any server, and nothing is logged.