Unix Timestamp — Convert Time to Date
Unix timestamp ⇄ date. Seconds and milliseconds, ISO, UTC, local time.
The Unix time converter translates a timestamp into a human-readable date and back. A Unix timestamp is the number of seconds elapsed since January 1, 1970 UTC; it's the foundation for how time is stored in nearly every system, database and API.
Enter a timestamp and get the date in ISO 8601, in UTC, and in your local time — or enter a date and get its timestamp. Millisecond values (13 digits) are detected automatically and distinguished from second values (10 digits). This is an essential tool for debugging: logs, JWTs, API responses and databases almost always store time as a timestamp, and you need a quick way to turn it into a readable date.
Everything is computed right in your browser, and local time is taken from your device's settings. No data is sent anywhere. Need the difference between two dates instead? Use the date calculator.