Convert Unix timestamps to human-readable dates and back. Shows the current timestamp in real time. Supports seconds and milliseconds. Everything runs locally in your browser.
This tool converts between Unix timestamps (seconds since January 1, 1970 UTC) and human-readable dates and times. It also displays the current Unix timestamp updated every second. Both seconds and milliseconds formats are supported, and results are shown in both local time and UTC/ISO 8601 format. Everything runs in your browser — no data is sent to any server.
The number of seconds since January 1, 1970, 00:00:00 UTC. Timezone-independent and easy to compare and sort.
Seconds timestamps are 10 digits (e.g. 1700000000). Milliseconds are 13 digits (e.g. 1700000000000). JavaScript's Date.now() returns milliseconds; most server-side systems use seconds.
Both. The tool displays local time and UTC/ISO 8601 so you can compare them directly.
Enter a date and time in the "Date → Timestamp" section. Both seconds and milliseconds timestamps appear instantly.
No. All conversion runs in your browser. Nothing is transmitted.
Yes. Once the page has loaded, all conversion runs locally.
The Unix epoch was defined as January 1, 1970 when Unix was created. Negative timestamps represent dates before 1970.
Yes, completely free with no sign-up required and no usage limits.
Everything is calculated locally in your browser — no date or timestamp is ever sent to a server.