Convert Unix epoch time to a human date and back — with a live clock and relative time.
Current Unix time
1785687844
1785687844919 ms · Sun, 02 Aug 2026 16:24:04 GMT
Timestamp → Date
Date → Timestamp
A Unix timestamp is the number of seconds that have passed since midnight UTC on 1 January 1970 — a single number that pins down an exact moment, used everywhere in databases, logs, APIs and file metadata. It is precise and timezone-free, but it is not something a human can read at a glance. This converter turns any timestamp into a clear date in both UTC and your local time, with a relative description like '3 days ago', and converts a date back into a timestamp in seconds and milliseconds.
It auto-detects whether a number is in seconds or milliseconds, shows a live current timestamp so you can grab 'now' instantly, and runs entirely in your browser. Whether you are debugging a log line, setting an expiry, or checking when a token was issued, it removes the mental arithmetic.