Unix Timestamp Converter – Epoch to Date & Back

Convert Unix epoch timestamps to readable dates and dates back to Unix timestamps — supports seconds and milliseconds, with timezone selection.

Current Unix Timestamp
---
milliseconds: ---

Enter seconds (10 digits) or milliseconds (13 digits)

Try an example

What the result means

  • Local Time — the date and time as it reads in your own time zone, plus how long ago or how far away it is.
  • UTC — the same instant in Coordinated Universal Time, the neutral reference most servers and logs use.
  • ISO 8601 — a sortable, machine-readable string such as 2024-01-01T00:00:00.000Z, ready to paste into config files or APIs.

A 10-digit number is counted in seconds; a 13-digit number is counted in milliseconds — this tool detects which one you entered automatically.

Need every format at once — ISO, RFC 2822, and the individual date parts? Use the Date to Timestamp Converter.

These conversions also pair well with the rest of the Developer Toolkit.

What is this tool?

A Unix timestamp converter translates between Unix epoch time — the number of seconds (or milliseconds) that have elapsed since January 1, 1970, 00:00:00 UTC — and human-readable calendar dates and times. This integer-based time format is the universal standard used in databases, programming languages, APIs, server logs, and system clocks worldwide. Developers encounter it when debugging log files, inspecting API payloads, writing database queries, or storing dates in a timezone-agnostic format. The converter handles both directions instantly and supports millisecond-precision timestamps used in modern JavaScript and real-time applications.

How to use this tool?

1. To convert a timestamp to a date: paste or type the Unix timestamp (10-digit for seconds, 13-digit for milliseconds) into the timestamp input field. 2. The tool auto-detects seconds vs. milliseconds and displays the equivalent date and time instantly. 3. To convert a date to a timestamp: switch to the date input field, enter or pick your date and time. 4. Select your preferred time zone from the dropdown to view the result in local time or UTC. 5. Click the "Copy" button next to any result to copy the timestamp or date string to your clipboard. 6. Use the "Current time" button to populate the current Unix timestamp for quick reference.

Frequently Asked Questions

Part of these toolkits

Related Tools

Date to Timestamp Converter – Any Date to Unix, ISO & More

Use Tool

Time Zone Converter – Convert Time Between Cities Instantly

Use Tool

Week Number Calculator – Find ISO Week for Any Date

Use Tool

World Clock – Live Time in Multiple Cities

Use Tool

Online Stopwatch – Precise Timer with Lap Splits

Use Tool

Pomodoro Timer – Free Focus & Productivity Timer

Use Tool