Unix Timestamp Converter

Translate Unix seconds/milliseconds to localized datetime strings and ISO formats.

unix timestamp converterepoch convertertime convertertimestamp to datedate to timestamp

Interactive Converter

Intro

A crucial utility for debugging timestamps stored in databases or APIs.

How to use

  1. Enter timestamp or date
    Paste a Unix timestamp or type an ISO date string into the input field.
  2. Auto-detect format
    The tool detects whether the input is seconds, milliseconds, or a date string and picks the right conversion direction.
  3. Copy result
    Copy the converted date or timestamp to your clipboard for use in code or documentation.

Examples

Unix Seconds
Convert Unix seconds to standard ISO date.
Input
1700000000
Output
2023-11-14T22:13:20.000Z
ISO Date to Timestamp
Convert a human-readable ISO date back to Unix seconds.
Input
2024-01-01T00:00:00Z
Output
1704067200

FAQ

What is a Unix timestamp?

A Unix timestamp is the number of seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC. Databases and APIs commonly use this format to store time values.

What is the difference between 10-digit and 13-digit timestamps?

A 10-digit number represents Unix seconds (precision to the second). A 13-digit number represents Unix milliseconds (precision to the millisecond). This tool auto-detects the format.

Which timezones are supported?

The tool displays both UTC (ISO 8601) and your browser's local timezone, so you can easily compare across zones.

Related tools

Related guides

  • No related guides in the current seed set.