Convert Unix timestamps into readable dates instantly and transform dates back into timestamps with precision. Supports seconds and milliseconds.
Timestamp → Date
Paste any Unix timestamp
Date → Timestamp
Pick a date and time
Live Unix Clock
Updates every second
Seconds
0
Milliseconds
0
Local time
UTC time
Time Difference
Between two timestamps or dates
Date Details
Advanced date information
Enter a timestamp above to see details
Conversion History
Last 10 conversions
No conversions yet
A Unix timestamp (also called Epoch time) is the number of seconds that have elapsed since January 1, 1970, at 00:00:00 UTC — a moment known as the Unix Epoch. It is the most widely used system for tracking time in software, databases, and APIs across the world.
For example, the Unix timestamp 1736934332 represents Tuesday, January 15, 2026 at 10:45:32 AM UTC. Our converter instantly translates any timestamp into a human-readable date and time in your local timezone or any timezone worldwide.
Paste your timestamp
Copy the Unix timestamp from your database, API response, or log file and paste it into the Timestamp → Date field above.
Get instant results
The converter automatically detects whether your timestamp is in seconds or milliseconds and shows local time, UTC time, and relative time instantly.
Copy the result
Click the copy button next to any result to copy it to your clipboard with one click.
Seconds (10 digits)
1736934332Used by: Python, PHP, Go, Ruby, most databases
Milliseconds (13 digits)
1736934332000Used by: JavaScript, Java, C#, most web APIs
Our converter automatically detects which format your timestamp is in — no manual selection needed.
Math.floor(Date.now() / 1000)import time; time.time()time()time.Now().Unix()System.currentTimeMillis() / 1000LDateTimeOffset.UtcNow.ToUnixTimeSeconds()Time.now.to_iSystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_secs()