Date & Time
Instant, private, and free
Unix Timestamp Converter.
Convert Unix timestamps to dates and vice versa with real-time display
Set your values
Results update as you type.
Timestamp → Date
Date → Timestamp
How to Use
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 (midnight UTC/GMT), not counting leap seconds. It's a standard way to track time in many programming languages and databases.
FAQs
What is a Unix timestamp?
A Unix timestamp is the number of seconds that have elapsed since January 1, 1970 00:00:00 UTC (the Unix epoch).
How do I get the current Unix timestamp?
Use Date.now() / 1000 in JavaScript, time() in Python, or time() in PHP to get the current Unix timestamp.