Command Palette

Search for a command to run...

Unix Timestamp / Epoch Converter

Convert Unix timestamps (seconds or milliseconds) to human-readable dates and vice versa. See current Unix time. Timestamp to date, date to timestamp.

View all Developer Utilities tools

Frequently Asked Questions

What is a Unix timestamp?
A Unix timestamp is the number of seconds (or milliseconds) since January 1, 1970 UTC. This epoch converter turns timestamps into readable dates and dates into timestamps. Free, runs in browser.
Can I convert timestamp to date and date to timestamp?
Yes. Enter a Unix timestamp (seconds or ms) to see the date, or pick a date to get the timestamp. Current Unix time is shown. No server — all client-side.
Why use an epoch converter?
Developers use it for APIs, logs, and databases that store time as Unix timestamps. Quick conversion without leaving your workflow.