How to Use
- Enter timestamp or date
Enter a Unix timestamp (number) or a date string (YYYY-MM-DD HH:MM:SS).
- Click Convert
Press "Convert" to automatically detect the input format and convert.
- Copy result
Use the "Copy" button to copy the result to your clipboard.
Features
- Bidirectional Unix timestamp ↔ date conversion
- Auto-detect seconds vs milliseconds timestamps
- Real-time display of current timestamp
- Browser-based processing (no data sent to server)
- Dark mode support
FAQ
What is a Unix timestamp?
A Unix timestamp (epoch time) is the number of seconds elapsed since January 1, 1970 00:00:00 UTC. It is widely used in programming and databases to represent date and time.
Does it support millisecond timestamps?
Yes. Numbers with 13 or more digits are automatically detected as millisecond timestamps. This covers the format returned by JavaScript's Date.now().
Is my data sent to a server?
No. All conversion happens locally in your browser via JavaScript. No data is ever transmitted externally.