Epoch Timestamp Converter
Convert between Unix epoch timestamps and human-readable dates. Supports seconds and milliseconds.
Current Unix Timestamp
⇅
| Event | Timestamp | Date (UTC) |
|---|
What is Unix Epoch Time?
The Unix epoch (or Unix time) is the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC. It's widely used in programming, databases, and APIs to represent dates as simple integers.
Seconds vs Milliseconds
Some systems (like JavaScript's Date.now()) use milliseconds (13 digits), while others (like Unix time()) use seconds (10 digits). This tool auto-detects the format based on the number of digits.