EverythingAboutTime-logo
EverythingAboutTime

Unix Timestamp

View the live Unix epoch time, convert timestamps to human-readable dates, and back again instantly.

Current Unix Timestamp (Live)
ms:
UTC
UTC

Unix → Human Date

Human Date → Unix

Quick Reference

Unix Epoch
Jan 1, 1970 UTC
Max 32-bit Unix
Jan 19, 2038
Seconds precision
10 digits
Milliseconds
13 digits

What is Unix Time?

Unix time (also known as POSIX time or Epoch time) is a system for describing a point in time. It is the number of seconds that have elapsed since the Unix Epoch, minus leap seconds. The Unix Epoch is 00:00:00 UTC on 1 January 1970.

This system is widely used in computing because it represents time as a single integer, making it easy for computers to store, sort, and manipulate dates across different platforms and programming languages.