The current Unix time
liveSeconds
—
Milliseconds
—
Enter a Unix timestamp above to see it as a human-readable date.
Seconds
—
Milliseconds
—
Enter a Unix timestamp above to see it as a human-readable date.
Nothing is uploaded. Just open it and start.
Free, no sign-up, no credit card, no trial. Nothing you enter leaves the browser — convert epoch time to a human-readable date and back, in seconds, milliseconds, microseconds or nanoseconds, in any time zone, with the live current timestamp and batch conversion.
Auto-detects the unit and preserves full precision — even 19-digit nanosecond values that overflow plain JavaScript numbers.
Read or write a time in any IANA zone, with correct daylight-saving, half-hour and 45-minute offsets.
Paste a whole column of timestamps and copy the results back as TSV or CSV.
Everything runs in your browser. No sign-up, nothing uploaded, no watermark.
Unix time counts the seconds that have elapsed since 1970-01-01 00:00:00 UTC, a moment known as the Unix epoch. Leap seconds are ignored, so the count maps cleanly to a wall-clock date. Because it is anchored to UTC, one timestamp names the same instant everywhere — the time zone only affects how you present it.
Many systems report time in milliseconds (JavaScript’s Date.now()), and databases and tracing tools often use microseconds or nanoseconds. This tool detects the unit from the magnitude of the number and keeps every digit, so a nanosecond value never loses precision.
A well-known limit is the Year 2038 problem: a signed 32-bit timestamp can only reach 2147483647 seconds — 03:14:07 UTC on 19 January 2038 — before it overflows. Modern software stores time in 64-bit integers to sidestep it.
Build and understand cron schedules — plain-English explanations, the next run times, and a field-by-field breakdown.
Decode a JSON Web Token to read its header, payload, and claims, check expiry, and verify the signature — entirely in your browser.
Write Mermaid diagrams, preview live, export PNG/SVG, and share with a link.
Format, validate, and minify JSON with live error checking and one-click download.
Found something broken, have an idea, or just want to say thanks about any of our tools? Every message reaches a real person.