Unix Timestamp Converter

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

Current Unix Timestamp

Timestamp → Date

Date → Timestamp

What is a Unix Timestamp?

A Unix timestamp is the number of seconds since January 1, 1970 00:00:00 UTC (the Unix Epoch). It's used in programming, databases, and APIs to represent dates in a timezone-independent format.

Related Workflow Guides

Compare with alternatives