⏱️
Unix Timestamp
Convert between Unix timestamps and human-readable dates
CURRENT UNIX TIMESTAMP
1772866919
3/7/2026, 8:01:59 AM
Enter timestamp in seconds or milliseconds
Notes:
- Unix timestamp = seconds since Jan 1, 1970 00:00:00 UTC
- JavaScript uses milliseconds (add 3 zeros to seconds)
- Supports both seconds (10 digits) and milliseconds (13 digits)
- All processing happens locally in your browser