Auto-detect format
Paste a 10, 13, or 16 digit number. The tool recognizes whether it is seconds, milliseconds, or microseconds. No mode switching.
Convert a Unix timestamp to a date, or a date to a timestamp. The tool auto-detects seconds, milliseconds, and microseconds, and shows the result in UTC and your local timezone.
Type or paste your number into the input field. The tool detects whether it is in seconds (10 digits), milliseconds (13 digits), or microseconds (16 digits), and converts it as you type.
You get five formats at once: UTC, your local timezone, ISO 8601, RFC 2822, and a friendly relative time like "3 hours ago". The day of the week is shown too.
Each format has its own copy button. For lots of timestamps, switch to the Batch tab, paste them one per line, and copy the whole table as TSV for a spreadsheet.
A Unix timestamp is a number that represents a specific moment in time. It counts the seconds (or milliseconds, or microseconds) that have passed since January 1, 1970 at midnight UTC. That starting point is called the Unix epoch, which is why timestamps are sometimes called epoch time.
Computers prefer Unix timestamps because they are plain numbers. No timezones, no months, no leap-year confusion. A timestamp like 1700000000 means the same moment everywhere in the world. That makes it perfect for log files, databases, and APIs.
The trouble is that humans cannot read them at a glance. This tool fixes that. Paste any timestamp at the top of the page and you will see the matching date and time in five formats. Pick a date and get the timestamp in seconds, milliseconds, and microseconds.
Paste a 10, 13, or 16 digit number. The tool recognizes whether it is seconds, milliseconds, or microseconds. No mode switching.
See the same moment in both UTC and your browser timezone, plus ISO 8601 and RFC 2822 for spec-friendly use.
A bar at the top shows the current Unix time, ticking once per second. Click "Now" to copy it into the converter.
Paste many timestamps at once, one per line. Each is detected and converted on its own. Copy the whole table as tab-separated text.
Convert a timestamp to a date, or a date back to a timestamp. The tool gives seconds, milliseconds, and microseconds for any date.
All conversions run in your browser. Nothing is uploaded, no signup is required, and there is no rate limit.
More Other tools you might find useful.