Timestamp Converter
Convert between Unix timestamps and human-readable dates. Supports multiple timezones.
2026-06-12T18:40:03.000Z
Fri, 12 Jun 2026 18:40:03 GMT
6/12/2026, 8:40:03 PM
just now
How to use Timestamp
- 1
Choose Unix → Date or Date → Unix mode.
- 2
Enter a Unix timestamp or date string.
- 3
View the conversion in multiple formats (ISO 8601, UTC, Local, Relative).
- 4
Click "Now" to use the current time.
Why use this tool?
- Auto-detects seconds vs. milliseconds timestamps.
- Shows relative time (e.g., "3h ago") for quick context.
- Supports ISO 8601 and most common date string formats.
Frequently Asked Questions
What is a Unix timestamp?
A Unix timestamp is the number of seconds (or milliseconds) since January 1, 1970 00:00:00 UTC. It's widely used in programming, databases, and APIs.
Seconds or milliseconds?
The tool auto-detects: values over 1 trillion are treated as milliseconds, otherwise as seconds. Most APIs use seconds; JavaScript's Date.now() uses milliseconds.
Related Tools
UUID Generator
Generate v4 UUIDs instantly. Bulk generate multiple UUIDs. Free and browser-based.
JSON Formatter
Format, minify, and validate JSON. Syntax highlighting and error reporting. Free and browser-based.
Hash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text or files. Uses the Web Crypto API.