Search for a tool or command
Convert between Unix timestamps and human-readable dates, both ways.
Convert Unix timestamps into readable dates and any date back into a timestamp. The tool auto-detects seconds versus milliseconds, shows both UTC and your local time, and renders the ISO 8601 string alongside a relative 'time ago' value. A live clock makes it easy to grab the current timestamp on demand.
Paste a Unix timestamp to convert it to a date, or pick a date and time to get its timestamp. The tool detects whether your number is in seconds or milliseconds.
See the value in UTC and local time, as an ISO 8601 string, and as a human-friendly relative time.
Copy the timestamp, the ISO string, or a formatted date to use in code, logs, or a database query.
A 10-digit seconds timestamp converted to a readable UTC date.
Input
1700000000Output
Tue, 14 Nov 2023 22:13:20 UTC (2023-11-14T22:13:20Z)