Skip to content

Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates.

Converted locally in your browser.

Direction

Understanding your result

Watch the unit: many systems use seconds, while JavaScript uses milliseconds.

Formula and method

A Unix timestamp is the number of seconds (or milliseconds) since 1 January 1970 UTC. The tool shows both UTC and your local time.

Worked example

The timestamp 0 corresponds to 1970-01-01 00:00:00 UTC.

How to use this tool

  1. Choose the conversion direction.
  2. Enter the timestamp or the date.
  3. Read the converted values.

Common mistakes to avoid

  • Mixing up seconds and milliseconds, which shifts the date by a factor of 1000.

About the Unix Timestamp Converter

Convert Unix epoch timestamps to human-readable dates and turn dates back into timestamps.

Explore all Developer Tools tools

Frequently asked questions

Seconds or milliseconds?

Choose the unit that matches your data. Classic Unix time is in seconds.