Unix Epoch Converter

Convert Unix timestamps ↔ human-readable dates.

Useful for sanity-checking log timestamps, API payloads, and database event times. Shareable links supported.

Common uses:
• Debugging log entries
• Verifying API timestamps
• Checking DB event times

No accounts. Runs locally. No nonsense.

Tip: 10 digits = seconds, 13 digits = milliseconds. You can also suffix s or ms.

Uses your local timezone (your browser's).

Share links via ?e= (epoch) or ?d= (datetime-local).


Results

Copy buttons are per-result. URL updates happen without reloading the page.

What this tool does

Converts Unix epoch timestamps into human-readable dates - and back again - without guesswork. It's built for quickly sanity-checking logs, API payloads, database records, and anything else that decided to express time as a large integer.

Shareable links mean you can send a timestamp to someone else and know they'll see the same result.

How it works

Common use cases

FAQ

Seconds or milliseconds - how does it know?

10 digits = seconds. 13 digits = milliseconds. You can also suffix s or ms manually.

Which timezone does the date use?

Your browser's local timezone. No surprises.

Can I share a specific conversion?

Yes. The URL updates automatically so you can paste it into chat or tickets.

Does it handle dates before 1970?

Yes. Negative epoch values are supported.

Related tools