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
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
- JWT Decoder — exp/iat claims are Unix timestamps.
- Cron Expression Builder — schedule by wall-clock time.
- Time Unit Converter — convert between seconds, minutes and hours.
🔐 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.