Timestamp Converter

Convert between Unix timestamps and human-readable dates

Current Unix
0
Current ISO
1970-01-01T00:00:00.000Z

How to Use

Use "Timestamp → Date" to convert a Unix timestamp to a readable date, or "Date → Timestamp" for the reverse. Click "Use Now" to populate with the current time. Results show multiple date formats.

Features

  • Live Unix timestamp clock (updates every second)
  • Convert Unix timestamp to date (supports seconds and milliseconds)
  • Convert date string to Unix timestamp
  • Shows ISO 8601, UTC, local time, and relative time
  • One-click copy for any value

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's the standard way computers represent time internally and is widely used in programming, databases, and APIs.

What is the difference between seconds and milliseconds timestamps?

Unix timestamps in seconds are 10 digits (e.g., 1711382400). Millisecond timestamps are 13 digits (e.g., 1711382400000). JavaScript's Date.now() returns milliseconds. This tool auto-detects which format you're using.

Related Tools