Unix Timestamp Converter

Convert Unix epoch timestamps to readable dates and back, both ways, right in your browser. Enter an epoch value in seconds or milliseconds to instantly see the ISO 8601, UTC and local date and time, or pick a date and time to get the matching epoch seconds and milliseconds. A one-click Now button fills in the current time so you can grab the current Unix time in an instant. This online timestamp converter is free, requires no sign-up, and runs entirely on your device using the browser's built-in Date engine, so your data is never uploaded anywhere.

πŸ”’ 100% private β€” files never leave your device

Loading…

How to use

  1. Type or paste a Unix epoch value into the epoch field.
  2. Choose Seconds or Milliseconds to match your value, and read the ISO 8601, UTC and local date.
  3. Or pick a date and time to get the matching epoch seconds and milliseconds.
  4. Click the Now button to fill in the current time instantly.

Frequently asked questions

What is a Unix epoch timestamp?

It is the number of seconds (or milliseconds) elapsed since 1 January 1970 at 00:00:00 UTC, a common way to store dates and times in software, databases and APIs.

What is the difference between seconds and milliseconds?

Many systems store epoch time in seconds, while JavaScript and some APIs use milliseconds, which are 1000 times larger. Use the unit selector to match your value and avoid dates that look far in the future or past.

Is my data uploaded anywhere?

No. Every conversion uses the browser's built-in Date and runs 100% on your device. Nothing you type is ever sent to a server, so it is completely private.

What date formats does the converter show?

For any epoch value it shows the ISO 8601 string, the UTC string and your local time. For a chosen date it returns both epoch seconds and epoch milliseconds.

Which time zone is used?

The ISO 8601 and UTC outputs are always in UTC, while the local output and the date picker use your computer's own time zone, so you can compare both at a glance.

Does it handle negative timestamps and dates before 1970?

Yes. Negative epoch values represent dates before 1 January 1970 and are converted correctly, so you can look up historical timestamps too.

About this tool

Free Unix timestamp converter: turn epoch seconds or milliseconds into ISO, UTC and local dates, or a date into a timestamp. Runs 100% in your browser, no uploads.

Related tools