T ToolsKit All tools

Unix Timestamp (Epoch) Converter

Turn Unix timestamps into readable dates — local time, UTC and ISO 8601 — or convert a date back into epoch seconds and milliseconds. A live clock shows the current timestamp, and seconds/milliseconds are detected automatically.

🔒 100% private — files never leave your browser

Current Unix timestamp

In seconds

In milliseconds

Timestamp → Date

Date → Timestamp

Epoch seconds

Epoch milliseconds

How to use the Timestamp Converter

  1. 1 Paste a Unix timestamp to decode it, or pick a date to encode it — both directions work on the same page.
  2. 2 The tool auto-detects seconds vs. milliseconds and shows local time, UTC and ISO 8601.
  3. 3 Copy any result with one click.

Frequently asked questions

What is a Unix timestamp?

The number of seconds elapsed since 1 January 1970 00:00:00 UTC (the "epoch"). It is the standard way computers store points in time because it is timezone-free and unambiguous.

Is my timestamp in seconds or milliseconds?

This tool detects it automatically: values up to 12 digits are treated as seconds, longer values as milliseconds. JavaScript and Java typically use milliseconds.

Is anything sent to a server?

No. All conversion happens locally in your browser. Your files never leave your device — all processing happens locally in your browser.