Timestamp Converter

Convert Unix timestamps to human-readable dates and convert dates back to Unix timestamps. Includes live current timestamp.

Current Unix Timestamp (seconds)
1782713655

Unix Timestamp → Human Date

UTCMon, 29 Jun 2026 06:14:15 GMT
Local2026/06/29, 08:14:15
ISO 86012026-06-29T06:14:15.000Z

Date → Unix Timestamp

Seconds1782706440
Milliseconds1782706440000

How to Use Timestamp Converter

  1. 1

    Copy the current Unix timestamp from the live counter at the top.

  2. 2

    To convert a timestamp to a date: paste it in the top section and choose seconds or milliseconds.

  3. 3

    To convert a date to a timestamp: use the date-time picker in the bottom section.

  4. 4

    Results update automatically as you type.

Frequently Asked Questions

What is a Unix timestamp?

A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970, 00:00:00 UTC. It is a universal way to represent a moment in time, used widely in databases, APIs, and logs.

How do I convert a Unix timestamp to a readable date?

Enter the timestamp in the "Unix Timestamp → Human Date" section, select Seconds or Milliseconds, and the UTC date, local date, and ISO 8601 format are shown instantly.

How do I get the current Unix timestamp?

The Current Unix Timestamp at the top of the page updates every second and shows the current time in Unix seconds. Click Copy to grab it.

Related Tools