$devtoolkit.sh/tools/timestamp-converter

Unix Timestamp to Date

Convert Unix timestamps to human-readable dates and vice versa.

Unix (seconds)1775212350
Unix (milliseconds)1775212350000
ISO 86012026-04-03T10:32:30.000Z
UTCFri, 03 Apr 2026 10:32:30 GMT
Local4/3/2026, 11:32:30 AM
DateFriday, April 3, 2026
Time11:32:30 AM

Related Tools

FAQ

What is a Unix timestamp?
A Unix timestamp (epoch time) is the number of seconds since January 1, 1970 00:00:00 UTC. It is a universal way to represent time as a single number, used widely in programming.
Does the tool handle millisecond timestamps?
Yes. If you enter a number greater than 10 billion, the tool assumes it is in milliseconds and converts accordingly. Timestamps from JavaScript Date.now() are in milliseconds.
What timezone is used?
The tool shows both UTC and your local timezone. The Unix timestamp itself is always UTC-based.

Convert between Unix timestamps (seconds since January 1, 1970 UTC) and human-readable date formats. Shows the date in multiple formats including ISO 8601, UTC, and your local timezone. Also converts dates back to timestamps. Essential for working with APIs, databases, and log files.

/tools/timestamp-converterv1.0.0