Epoch Converter

Convert between Unix epoch timestamps and human-readable date/time with millisecond support.

Current Time

Unix Timestamp (seconds)
-
Unix Timestamp (milliseconds)
-
UTC Time
-
Local Time
-

Epoch to Date/Time

Date/Time to Epoch

Quick Actions

â„šī¸ About Unix Epoch

Unix Epoch represents the number of seconds that have elapsed since January 1, 1970 (UTC).

  • Unix timestamp: seconds since epoch (e.g., 1704067200)
  • Unix timestamp with milliseconds: milliseconds since epoch (e.g., 1704067200000)
  • 32-bit timestamps will overflow on January 19, 2038 (Year 2038 problem)
  • Widely used in programming and database systems

How to use Epoch Converter

  1. 1
    Convert epoch to date — Enter a Unix timestamp and select format to convert to human-readable date.
  2. 2
    Convert date to epoch — Select a date/time and timezone to convert to Unix timestamp.
  3. 3
    Use quick actions — Quickly set common timestamps like current time or epoch start.
  4. 4
    Copy results — Use the displayed timestamps in your applications.

The Epoch Converter runs entirely in your browser — your data never leaves your machine. Supports both seconds and milliseconds timestamps.