Convert Epoch/Unix Timestamp


Current Epoch Time

Epoch Clock


What is Unix Epoch?

The Unix epoch is the number of seconds that have elapsed since January 1, 1970 at midnight UTC time minus the leap seconds. This means that at midnight of January 1, 1970, Unix time was 0. The Unix epoch is also called Unix time, POSIX time, or Unix timestamp. On systems where the representation of Unix time is as a signed 32-bit number, the representation will end after 231 - 1 seconds which will happen at 3:14:08 on 19 January 2038 UTC. This is called the Year 2038 problem where the 32-bit signed Unix time will overflow.

Convert Unix Timestamp to Human Readable Format

0 days, 0 hours, 0 minutes, and 0 seconds ago


Convert DateTime to Unix Timestamp

0 days, 0 hours, 0 minutes, and 0 seconds ago