Unix Timestamp Converter

Convert between Unix timestamps and human-readable dates. Live current timestamp included.

Current Unix Timestamp
--
Local Date--
UTC Date--
ISO 8601--
Milliseconds--
Day of Week--

How to Use the Unix Timestamp Converter

  1. Timestamp to Date: Paste a Unix timestamp (e.g. 1704067200) and click Convert. You get the local date, UTC date, ISO 8601 string, and the day of the week.
  2. Date to Timestamp: Switch modes, pick a date and time, and click Convert. The tool returns both seconds and milliseconds values.
  3. Current Timestamp: The live box at the top shows the current Unix timestamp, updating every second.

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, known as the Unix epoch. It is the standard way computers store and compare dates because it is a single integer with no timezone ambiguity.

Unix timestamps are used in APIs, databases, log files, file systems, and programming languages worldwide. JavaScript's Date.now() returns milliseconds since the epoch, while most server-side systems use seconds.

Frequently Asked Questions

What is a Unix timestamp?

A Unix timestamp is the number of seconds since January 1, 1970 00:00:00 UTC (the Unix epoch). It is used universally in computing to represent points in time as a single number.

What is the current Unix timestamp?

The current Unix timestamp updates in real time on this page. It represents the total seconds elapsed since the Unix epoch (January 1, 1970).

What is the difference between seconds and milliseconds?

Unix timestamps in seconds are 10 digits long. In milliseconds (used by JavaScript Date), they are 13 digits. Divide milliseconds by 1000 to get seconds.

What is ISO 8601?

ISO 8601 is an international standard for date/time format: YYYY-MM-DDTHH:mm:ssZ. It is unambiguous and timezone-aware, making it ideal for APIs and data exchange.

Can I convert a date to a Unix timestamp?

Yes. Switch to 'Date to Timestamp' mode, enter a date and time, and the tool will return both the seconds and milliseconds Unix timestamp values.

More Free Tools

Explore our collection of free online tools