Add your input
A timestamp or calendar date and time.
Inspect timestamps in local time and UTC with an instant conversion.
Seconds and 13-digit millisecond timestamps are detected automatically.
The entered date and time are interpreted in your device’s local time zone.
Your work stays private in your browser while you use this tool.
The Unix timestamp converter turns an epoch number into ISO, UTC, and device-local date/time views, or converts a browser-local date and time into Unix seconds and milliseconds. Numeric inputs longer than 10 characters are interpreted as milliseconds.
A timestamp or calendar date and time.
Inspect timestamps in local time and UTC with an instant conversion.
Unix seconds, milliseconds, local time, and UTC.
Ten-digit timestamps are usually seconds; thirteen-digit timestamps are usually milliseconds.
Translate a 10-digit timestamp from an API log into a readable UTC date.
Create epoch seconds for a scheduled job from a local date and time.
Compare an event's ISO instant with how it appears in the current device time zone.
Timestamp mode converts the number to milliseconds—multiplying inputs of 10 or fewer characters by 1,000—then creates a JavaScript Date. Date mode interprets the datetime-local field in the browser's local zone and returns floor(milliseconds ÷ 1,000) plus the exact millisecond value.
Yes. Unix timestamp converter is free to use.
Yes. Your work stays private while you use the tool — nothing you enter is uploaded.
After surrounding spaces are removed, a timestamp with more than 10 characters is treated as milliseconds; otherwise it is treated as seconds.
The datetime-local input has no zone or offset. The browser interprets it in that device's local time zone before calculating the universal epoch value.