Unix Timestamp Converter

Unix Timestamp Converter

Convert between Unix timestamps and readable dates, and see todayu2019s epoch in every common format.

Opens in a full-screen window with live conversions in every common date format.

What is a Unix timestamp?

A Unix timestamp counts the seconds since January 1, 1970 at UTC. It is a single number that every system agrees on, which makes it the standard way to store and transmit time in code.

This converter moves between that number and human-readable dates in both directions, and it keeps the current epoch ticking live so you always have a fresh reference.

How to use this tool

  1. Convert a timestamp to a date by pasting it and clicking Convert.
  2. Convert a date to a timestamp by picking a time and clicking Convert.
  3. Read the current epoch and its formats at the top of the page.

What the formats mean

  • ISO 8601: the compact international standard, like 2026-08-14T12:00:00Z.
  • RFC 822 / 2822: email-style dates used in HTTP headers.
  • RFC 3339: a profile of ISO used by many APIs.
  • Local: your own time zone in your own format.

Seconds or milliseconds?

Some systems store milliseconds instead of seconds, which looks like a 13-digit number. This converter spots the difference automatically and converts either one correctly.

Frequently Asked Questions