π» Developer Tools
Timestamp / Epoch Converter
Convert a Unix timestamp to a readable date, or a date to its epoch timestamp. Supports both seconds and milliseconds.
How to use this tool
- 1Enter an epoch timestamp to convert it to a date, or pick a date to get its timestamp.
- 2Use the "Now" button to grab the current timestamp instantly.
- 3Toggle between seconds and milliseconds depending on what your system expects.
Frequently asked questions
- What is a Unix timestamp?
- It's the number of seconds (or milliseconds) that have elapsed since January 1, 1970 UTC, commonly used to represent dates in databases, APIs, and logs.
- Why do some systems use 13-digit timestamps?
- 13-digit timestamps are in milliseconds rather than seconds β JavaScript's Date.now() returns milliseconds, for example.