event
Timestamp to Date
Convert Unix timestamps to human-readable dates. Support for seconds and milliseconds.
Timestamp Input
Enter Unix timestamp
0 digits
Quick select:
Date Output
Human-readable result
Enter a Unix timestamp above to convert
About Unix Timestamps
Unix timestamps represent the number of seconds (or milliseconds) since January 1, 1970, 00:00:00 UTC. This tool automatically detects whether your input is in seconds or milliseconds based on the number of digits.
- 10 digits = seconds since epoch
- 13 digits = milliseconds since epoch
- Supports negative timestamps (dates before 1970)
- Multiple output formats available
- All processing happens locally in your browser