Unix Timestamp Converter
Convert Unix time to readable date and vice versa. Automatically displays current time in real-time.
Current Unix Timestamp:
0000000000
Convert Unix Timestamp to Date
Date (UTC):
-
Date (Your Timezone):
-
Convert Date to Unix Timestamp
Result Timestamp:
-
Frequently Asked Questions about Unix Timestamp
What is a Unix Timestamp?
Unix time is a system for describing a point in time, defined as the number of seconds that have elapsed since Coordinated Universal Time (UTC) 00:00:00 on Thursday, 1 January 1970.
Why is my timestamp in milliseconds?
Some programming languages (like JavaScript `Date.now()`) return time in milliseconds (13 digits), whereas standard Unix time is measured in seconds (10 digits).