News
Current Epoch Time (Seconds)
1700000000
โ†“ Epoch to Human Date
GMT / UTC
-
Your Timezone
-
Relative
-
โ†‘ Human Date to Epoch
Seconds
Milliseconds
ยง Docs What is Unix Epoch Time?
The Epoch
Unix time (also known as Epoch time) is a system for describing a point in time. It is the number of seconds that have elapsed since the Unix epoch, exactly midnight UTC on 1 January 1970 (minus leap seconds).
Seconds vs Milliseconds
Standard Unix timestamps are in seconds (e.g. PHP's time()). However, JavaScript's Date.now() and many modern APIs use milliseconds (13 digits instead of 10). Our "Auto-detect" feature handles both.