Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa.

Developer Tools100% private

Timestamp Converter

Convert Unix timestamps to human-readable dates and vice versa.

Current Unix Timestamp
1785617899
Sat, Aug 1, 2026, 08:58:19 PM

How it works

  1. 1
    Unix → DatePaste a Unix timestamp (seconds or milliseconds) to see the human-readable date.
  2. 2
    Date → UnixEnter a date/time to get the corresponding Unix timestamp.
  3. 3
    CopyClick any result to copy it.

Frequently asked questions

What's the difference between seconds and milliseconds?
Unix timestamps in seconds have 10 digits (e.g., 1716239022). Milliseconds have 13 digits (1716239022000). This tool auto-detects which format you paste.
What epoch is used?
Unix time - seconds since January 1, 1970 00:00:00 UTC (the Unix epoch). This is the standard for timestamps in computing.
Is the live clock accurate?
It updates every second based on your system clock. For precise timing, use a NTP-synchronized source.

Related tools