Convert Unix timestamps (seconds or milliseconds) to human-readable dates and ISO 8601 strings, in any timezone.
A Unix timestamp is the number of seconds elapsed since January 1, 1970 (00:00:00 UTC), known as the Unix epoch. It is the standard way computers represent points in time.
Languages like C, Python, PHP use seconds. JavaScript's Date.now() returns milliseconds (× 1000). This tool auto-detects which one you entered based on length.
2026-05-12T10:30:00Z) to get the timestampTools developers reach for around timestamp work — UUIDs, regex, encoders and more.
Test regular expressions with live match highlighting and groups.
Generate RFC-4122 v4 UUIDs in bulk, cryptographically secure.
Format, validate and minify JSON with instant error detection.
Encode text to Base64 or decode Base64 strings to plaintext.