Seconds versus milliseconds
The tool can interpret either unit explicitly, preventing a 13-digit millisecond timestamp from being mistaken for seconds.
Developer Tools · Local processing
Convert Unix seconds or milliseconds to readable dates and back again.
Seconds or milliseconds
Inputs and results stay in this page and are not sent to any server.
The practical guide
Unix time counts elapsed units since 1970-01-01 00:00:00 UTC; confusion between seconds and milliseconds is the most common conversion mistake.
The tool can interpret either unit explicitly, preventing a 13-digit millisecond timestamp from being mistaken for seconds.
One instant can be displayed in UTC, your browser time zone, and ISO 8601 without changing the underlying moment.
Choose a date and time and convert it back to a Unix value for logs, APIs, tokens, and database fields.
Privacy by architecture
The selected files, inputs, settings, and outputs are processed in this page and are not uploaded to any server.
Questions, answered
It is 1970-01-01 00:00:00 UTC, the reference instant for Unix timestamps.
Modern second timestamps are usually 10 digits; millisecond timestamps are usually 13, though explicit context is best.
Your browser applies the device time-zone offset and daylight-saving rules to the same instant.
Yes. JWT time claims commonly use Unix seconds; JWT Decoder can expose the claims first.