Unix Timestamp Converter
Convert Unix timestamps to readable dates and dates to Unix timestamps.
Milliseconds: 1772374381000
Timestamp → Date
Date → Timestamp
How to Use Unix Timestamp Converter
- 1
View the current Unix timestamp at the top of the page (auto-updates).
- 2
To convert timestamp to date: enter the Unix timestamp (seconds or ms) and click "Convert".
- 3
To convert date to timestamp: enter the date and time, select the timezone, and click "Convert".
- 4
View the timestamp in multiple formats: local time, UTC, ISO 8601.
- 5
Copy any result with the copy button.
About Unix Timestamp Converter
Convert Unix timestamps (epoch time) to human-readable dates and times, and vice versa. Unix timestamp is the number of seconds elapsed since January 1, 1970, 00:00:00 UTC (the Unix epoch). It's widely used in programming, databases, APIs, and system logs.
Our converter handles both seconds and milliseconds (used in JavaScript), shows the timestamp in multiple timezone formats, and lets you convert any date to its corresponding Unix timestamp. This is an essential tool for developers debugging API responses, analyzing logs, working with database timestamps, and understanding cron job schedules.
The current Unix timestamp is shown at the top and auto-updates every second — useful when you need the current timestamp for testing.