Developer
What Is a Unix Timestamp
APIs and databases often store dates as Unix time a single integer counting seconds (or milliseconds) from the epoch.
Open Timestamp ConverterTry it now
Seconds vs milliseconds
10-digit values are usually seconds; 13-digit values are milliseconds.
How to do it
- Open the timestamp converter.
- Paste your Unix value.
- Read the human-readable date.
Frequently Asked Questions
- What is the epoch?
- January 1, 1970, 00:00:00 UTC.