Unix Timestamp Converter

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

Frequently Asked Questions

What is a Unix timestamp?

A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (Unix epoch). It's a common way to represent dates in programming.

Does this support milliseconds?

Yes, the tool can handle both seconds (10 digits) and milliseconds (13 digits). When converting to date, it automatically detects the format.

What timezone is used?

Unix timestamps are in UTC. When converting to date, the result is shown in ISO 8601 format (UTC). You can convert to your local timezone using a timezone converter.