Epoch & Unix
Timestamp Converter
Convert Unix timestamps to human-readable dates and vice versa. Supports seconds, milliseconds, microseconds, and nanoseconds.
Current Unix Epoch Time
0
Sun, Nov 30, 2025, 10:38:43 PM UTC
Timestamp to Human-Readable Date
Human-Readable Date to Timestamp
Supports formats: YYYY-MM-DD, MM/DD/YYYY, DD-MM-YYYY, RFC 2822, etc.
What is Epoch Time?
The Unix epoch (or Unix time, POSIX time, or Unix timestamp) is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. The epoch is Unix time 0 (midnight 1/1/1970).
Common Conversions
1 hour = 3,600 seconds
1 day = 86,400 seconds
1 week = 604,800 seconds
1 month ≈ 2,629,743 seconds
1 year ≈ 31,556,926 seconds
Timestamp Units
Seconds: 10 digits (e.g., 1704067200)
Milliseconds: 13 digits (e.g., 1704067200000)
Microseconds: 16 digits
Nanoseconds: 19 digits