Unix Timestamp Converter

Current Timestamp

Seconds1777671342
Milliseconds1777671342028

Timestamp → Human Date

Human Date → Timestamp

How to use Unix Timestamp Converter

Use the top section to see the current timestamp live. In the Timestamp → Human Date section, enter a Unix timestamp and select seconds or milliseconds, then click Convert to see local, UTC, and ISO dates. In the Human Date → Timestamp section, pick a date and time to get the corresponding Unix timestamp.

Features

  • Live updating current timestamp
  • Timestamp to local, UTC, and ISO date
  • Date/time picker to timestamp
  • Seconds and milliseconds support
  • Copy button for every output

Frequently Asked Questions

What is a Unix timestamp?

A Unix timestamp (also called Epoch time) is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC. It is widely used in programming to represent points in time as a single number.

Should I use seconds or milliseconds?

Most Unix timestamps are in seconds (10 digits, e.g. 1700000000). JavaScript and some APIs use milliseconds (13 digits). The tool supports both — just select the correct unit before converting.

Does the live clock update automatically?

Yes. Click the Start Live button to see the current Unix timestamp update every second in both seconds and milliseconds. Click Stop to pause.

Related Tools