Unix Timestamp Converter
Free online tool to convert Unix timestamps to human-readable dates and back. Convert timestamp to date instantly—no signup required.
Free online tool. No signup required. All processing runs in your browser.
About this tool
Paste a Unix timestamp (e.g. 1700000000) to see the date and time, or enter a date to get its timestamp. Useful for debugging APIs, logs, and any system that uses epoch time.
What is Unix Timestamp Converter?
A Unix timestamp is the number of seconds since January 1, 1970 (UTC). APIs and databases often store dates this way. This tool converts between that number and a readable date and time.
How to use Unix Timestamp Converter
- Enter a Unix timestamp to convert to date, or pick a date to get its timestamp.
- View the result instantly.
- Copy the value you need.
Examples
Example input
1700000000
Example output
Wed Nov 15 2023 18:13:20 GMT+0000
FAQ
What is a Unix timestamp?
It is the number of seconds since January 1, 1970 00:00:00 UTC. Many APIs and databases use it to store dates.
How do I convert a timestamp to date?
Paste the timestamp (e.g. 1700000000) into the tool; it will show the human-readable date and time instantly.
Is the timestamp in seconds or milliseconds?
Unix timestamps are usually in seconds. If your value is in milliseconds (e.g. 13 digits), divide by 1000 before pasting, or use a converter that supports milliseconds.