Unix Timestamp Converter
Convert between Unix timestamps and human-readable dates.
Unix Timestamp
1773071584
Local Time
3/9/2026, 3:53:04 PM
UTC Time
Mon, 09 Mar 2026 15:53:04
Timestamp to Date
Date to Timestamp
About Unix Timestamp Converter
Convert a Unix timestamp (seconds since January 1, 1970) to a human-readable date and time, or go the other direction. Shows results in both UTC and your local timezone. A staple tool for developers working with APIs, logs, and databases.
FAQ
- What is a Unix timestamp?
- A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC), also called the Unix epoch. It's a standard way to represent time in computing.
- Does this handle millisecond timestamps?
- If you paste a 13-digit timestamp, the tool recognizes it as milliseconds and converts it correctly. Standard 10-digit timestamps are treated as seconds.
- What timezone are the results in?
- Results are shown in both UTC and your browser's local timezone so you can see both at a glance.