Convert between Unix/Epoch timestamps and human-readable dates.
Current Unix Timestamp
Ad space
About Unix Timestamps
A Unix timestamp (or Epoch time) is the number of seconds that have elapsed since January 1, 1970 (UTC). It's a common way to represent time in programming.
Quick Reference
Seconds: 10-digit number (e.g., 1700000000)
Milliseconds: 13-digit number (e.g., 1700000000000)
The converter auto-detects seconds vs milliseconds