Unix Timestamp Converter
Convert between a Unix timestamp, the number of seconds since 1970, and a human-readable date and time in your chosen time zone.
Current Unix timestamp
1788130491
——About the Unix Timestamp Converter
A Unix timestamp converter converts between a Unix timestamp, the number of seconds since January 1, 1970, and a human-readable date and time.
How to use
1
Enter a Unix timestamp to convert it to a readable date, or enter a date to convert it to a timestamp.
2
Choose the time zone you want the result displayed in.
3
Copy the converted value.
Frequently asked questions
What is a Unix timestamp used for?
It's a common way for computer systems and APIs to represent a point in time as a single number, independent of time zone or calendar format.
Is a Unix timestamp in seconds or milliseconds?
Traditionally in seconds, though some systems like JavaScript use milliseconds, so check which unit your application expects.
Explore more tools in the Date & Time category.