Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and times, or convert a date back to a Unix timestamp — free and instant.
Timestamp to Date
Date to Timestamp
Current Unix Timestamp
Unix Timestamp Converter
Convert a Unix timestamp to a human-readable date, or convert a date and time back to a Unix timestamp. The current timestamp is shown and updated live.
What Is a Unix Timestamp?
A Unix timestamp (also called epoch time) is the number of seconds that have elapsed since 00:00:00 UTC on 1 January 1970. It is a compact, timezone-independent way to represent a point in time and is widely used in databases, APIs, and log files.
Common Uses
- Debugging API responses that return timestamps as integers
- Converting log file timestamps to readable dates
- Generating expiry times for tokens or cookies
- Comparing two timestamps to calculate a duration