Free tool · No sign-up
Timestamp Converter
Convert a Unix timestamp to a human date in your local zone and in UTC, or turn a date back into an epoch value. Reads seconds, milliseconds, and microseconds without being told which, shows the relative distance from now, and keeps a live clock so you always have the current epoch to hand.
Current Unix time
1786799633
1786799633 s · 1786799633898 ms · 2026-08-15 13:13:53 UTC
Method & assumptions
- The unit is inferred from magnitude: roughly ten digits reads as seconds, thirteen as milliseconds, sixteen as microseconds — the three that logs and databases actually emit.
- Local time uses your browser's timezone; UTC and ISO 8601 are absolute. The reverse field treats the value you type as local wall-clock time.
- The live clock ticks once a second from your own machine — it is not synced to an atomic source, so treat the last digit loosely.
- Everything runs in your browser. Nothing you enter is sent anywhere.
Plate —Other tools
More on the bench
- 01Cron Expression ExplainerReads a cron line back in plain English.
- 02Regex TesterMatch, highlight, and explain, live.
- 03Supabase Security AuditorPoint it at your project, find the holes.
- 04JWT DecoderPaste a token, read what is inside.
- 05Secret & .env ScannerPaste code or a .env, catch the leaked keys.
- 06Security Headers ScannerEnter a URL, grade its headers.
- 07CORS TesterSee exactly what a URL allows cross-origin.
- 08Base64 Encode / DecodeText or files, both directions.
Free diagnosticsSame-day dispatchNamed techniciansDone or free
Need it built, not just checkedWe write the software
We write the software
behind tools like these
Anyone reading an epoch value out of a log, a database row, or a JWT and needing the real date.