Unix Timestamp Converter
Enter a Unix timestamp (seconds or milliseconds)
Enter date and time in format: YYYY-MM-DD HH:MM:SS
About Unix Timestamp
- • Unix timestamp is the number of seconds (or milliseconds) since January 1, 1970 UTC
- • Seconds format: 10 digits (e.g., 1609459200)
- • Milliseconds format: 13 digits (e.g., 1609459200000)
- • The tool automatically detects whether the input is seconds or milliseconds
Similar Coding Tools
View AllTimestamp Converter Guide
What it does
Convert Unix timestamps to readable dates and vice versa. Supports both seconds and milliseconds format. All conversions are done locally in your browser.
How to use
- Enter a Unix timestamp (seconds or milliseconds) in the left input field.
- The corresponding date and time will be displayed automatically.
- Or enter a date and time in the right input field (format: YYYY-MM-DD HH:MM:SS).
- The corresponding Unix timestamp will be displayed automatically.
- Click the copy button to copy the result to clipboard.
Tips
Click 'Use Current' to quickly get the current timestamp or date. The tool automatically detects whether the input is seconds (10 digits) or milliseconds (13 digits) format.
FAQ
Notes
- Unix timestamp is the number of seconds (or milliseconds) since January 1, 1970 UTC.
- Seconds format: 10 digits (e.g., 1609459200).
- Milliseconds format: 13 digits (e.g., 1609459200000).
- All conversions are done locally, no data is uploaded to any server.