Unix Timestamp Converter

Convert Unix timestamps to readable dates and back, in seconds or milliseconds, with ISO, UTC and local output.

Current Unix time

 

Timestamp to date
Date to timestamp

How to Convert a Unix Timestamp

1

Paste the timestamp

Enter the number you have into the timestamp box. If it is about ten digits long it is in seconds, and if it is about thirteen digits long it is in milliseconds.

2

Pick the unit

Switch between seconds and milliseconds to match your source. Getting this wrong is the usual reason a date lands in 1970 or thousands of years into the future.

3

Read every format

You get ISO 8601 for APIs, a UTC string for logs, your own local time for sanity checking, and a plain relative phrase such as three days ago. Each one has its own copy button.

Features

Timestamp to date and date to timestamp in one place
Seconds and milliseconds, switchable in one click
ISO 8601, UTC and local time output side by side
Plain language relative time such as two hours ago
Live current Unix time, updated every second
Copy button on every value
Localised date formatting in English and Turkish
Free, browser based, with nothing uploaded

Frequently Asked Questions

It is the number of seconds that have passed since the first of January 1970 at midnight UTC, known as the Unix epoch. Because it is a single number with no timezone attached, it is the usual way systems exchange a moment in time.

Count the digits. A ten digit number is seconds and covers dates around now. A thirteen digit number is milliseconds, which is what JavaScript's Date.now returns. Choosing the wrong unit is the most common mistake.

You almost certainly have a millisecond value being read as seconds, or an empty or zero value. Zero seconds is exactly the epoch, so a missing timestamp very often displays as the first of January 1970.

ISO 8601 and UTC are both in UTC, with no offset applied. The local line uses your device's own timezone and locale, so it is the right one to check against what a user would actually see.

Systems that store the timestamp in a signed 32-bit integer overflow in January 2038. Modern platforms use 64-bit values and are unaffected, but it is still worth checking old integrations and database column types.

Yes. Use the date to timestamp box, pick a date and time, and you get both the seconds and the milliseconds value with a copy button on each.

No. All conversion uses the browser's own date handling. Nothing you enter leaves your device and the tool keeps working offline.

Yes, completely free with no sign-up, like every tool in the Pinkontin developer toolbox.

Need a Custom Tool or Application?

We build production-grade web applications, SaaS platforms, and developer tools. Let's talk about your project.

or book a free call