Timestamp Converter
Convert between Unix timestamps and human-readable dates
How to Use
- Enter a Unix timestamp (seconds or milliseconds) or a date string.
- Click the 'Now' button to use the current time.
- Conversion results in various formats are displayed.
FAQ
What is a Unix timestamp?
A Unix timestamp is a number representing the seconds (or milliseconds) elapsed since January 1, 1970 00:00:00 UTC.
How do I distinguish seconds vs milliseconds timestamps?
Seconds timestamps are typically 10 digits, while milliseconds are 13 digits. This tool detects the format automatically.