Skip to content

Timestamp Converter

Convert between Unix timestamp and datetime

Current timestamp

1783984982

Timestamp

Datetime

Features

  • Unix timestamp to datetime
  • Datetime to Unix timestamp
  • Support seconds and milliseconds
  • Multiple date format support
  • Current time display in real-time

How to Use

  1. 1Enter Unix timestamp or select datetime
  2. 2Select conversion direction (timestamp↔datetime)
  3. 3Choose desired date format
  4. 4Copy conversion result

FAQ

What is the difference between seconds and milliseconds timestamps?

Seconds timestamp is 10 digits (e.g., 1700000000), milliseconds is 13 digits (e.g., 1700000000000). JavaScript Date.now() returns milliseconds.

When does the timestamp start counting?

Unix timestamp counts from January 1, 1970 00:00:00 UTC (Unix epoch).

Related Tools