Epoch Time Converter

Convert Unix timestamp to human-readable date and time format

Free
1 total uses
Loading... uses today
We track which tools are used (not your inputs) to improve our service. Your IP address is anonymized for privacy.

Current Time

0
-

Quick Timestamps

About Epoch/Unix Time

What is Epoch Time?

Unix time (also known as Epoch time or POSIX time) is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch).

Common Uses

  • Database timestamps
  • API responses
  • Log files
  • Programming and scripting

Formats

  • Seconds: Standard Unix timestamp (10 digits)
  • Milliseconds: JavaScript timestamp (13 digits)
  • ISO 8601: International standard date format
  • RFC 2822: Email and HTTP header format

The year 2038 problem: 32-bit systems will overflow on January 19, 2038.