Unix timestamp → date
Date → Unix timestamp
How to use
Grab the current time
The top card shows live Unix time ticking every second. Copy it in seconds or milliseconds depending on what your API or database column expects.
Convert a timestamp to a date
Paste epoch seconds into the Unix timestamp field. You instantly get the UTC string, your local time, and the ISO 8601 form, each with its own copy button.
Convert a date to a timestamp
Type an ISO date such as 2026-05-26T12:00:00 into the date field and read off the equivalent value in both seconds and milliseconds.
Why Unix Timestamp Converter
- Two-way conversion in real time.
- Live current time in seconds and milliseconds.
- Detects local timezone for display, keeps stored values in UTC.