Unix Timestamp Converter

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

Current Unix Timestamp
1775539630

Frequently Asked Questions

What is a Unix timestamp?

A Unix timestamp counts seconds elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch). It is used in databases, APIs, and log files.

What is the 2038 problem?

On January 19, 2038, 32-bit Unix timestamps will overflow. Modern 64-bit systems are not affected.

How do I convert milliseconds?

Toggle the "milliseconds" switch. The tool automatically handles timestamps 13+ digits long as milliseconds.

Related Tools