Auto-detect as a starting point
Auto-detect uses the numeric magnitude to distinguish typical second and millisecond values. Choose the unit explicitly when the source documentation provides it.
Free online developer utility · no registration or login
Convert Unix timestamps in seconds or milliseconds to UTC, local time, or ISO 8601. Convert dates back to timestamps online with no registration or login.
Timestamp workspace
This free online converter handles seconds and milliseconds in your browser. No registration or login is required.
Auto-detect treats typical 13-digit values as milliseconds. Select the source unit when you know it.
Example timestamp · auto-detected seconds
A short path from a numeric timestamp or calendar date to the exact representation your next system needs.
Select Timestamp to date or Date to timestamp to match the value you already have.
Choose auto-detect, seconds, or milliseconds for a timestamp—or choose browser local time or UTC for a calendar date.
Compare Unix seconds, milliseconds, ISO 8601, UTC, and local time, then copy the exact row you need.
A unit mismatch changes the value by a factor of 1,000, so the converter keeps the choice visible and reports what it used.
Auto-detect uses the numeric magnitude to distinguish typical second and millisecond values. Choose the unit explicitly when the source documentation provides it.
If a modern event lands near 1970 or far into the future, seconds may have been read as milliseconds—or milliseconds as seconds. Switch the unit and convert again.
Numbers below zero represent instants before the Unix epoch. They work here when the converted value remains inside the browser Date range.
The timestamp identifies one instant. Timezone and string format only change how that instant is displayed or entered.
Unix seconds, Unix milliseconds, ISO 8601 UTC, readable UTC, and local time can all describe the same moment without changing the underlying instant.
The local result and Local time date input use the timezone resolved by your browser. The workspace shows that timezone beside the interpretation control.
The ISO 8601 row ends in Z, which denotes UTC. Local calendar times around daylight-saving transitions can be skipped or repeated according to browser rules.
Numeric timestamps are compact and language-neutral, which makes them common across application boundaries.
Convert created, updated, scheduled, or delivered fields into ISO or local time while debugging an API response or webhook event.
Translate numeric event times before comparing records, tracing a failure, or preparing a date value for a database query.
JWT fields such as iat, nbf, and exp commonly use epoch seconds. Use the related JWT Decoder to inspect the token structure; decoding does not verify its signature.
The page stays focused on exact, single-value conversions that the browser Date model can represent honestly.
The converter supports seconds and milliseconds. It does not claim exact microsecond or nanosecond conversion because browser Date values store milliseconds.
Batch lists and natural-language dates are outside this page's scope. Enter one numeric timestamp or one calendar date for a clear result.
Out-of-range numeric values are rejected. Local calendar input also follows the timezone and daylight-saving behavior configured in the browser.
Conversion runs in this browser tab. Check the source unit and timezone interpretation before using a result in production data.
Straight answers about epoch time, seconds, milliseconds, UTC, local time, browser processing, and this converter's precision.
Yes. This is a free online Unix timestamp converter. You can convert timestamps and dates without registering, creating an account, or logging in.
A Unix timestamp is a number that represents elapsed time from 1970-01-01 00:00:00 UTC. Systems commonly store it in whole seconds or milliseconds.
In common developer usage, yes: Unix time and epoch time usually mean elapsed seconds from the Unix epoch at 1970-01-01 00:00:00 UTC. Other systems can define a different epoch, so check the source when the value comes from a specialist format.
Current timestamps in seconds are typically about 10 digits, while milliseconds are typically about 13 digits. Auto-detect uses the value's magnitude and reports its choice; select a unit explicitly when you know the source format.
No. A Unix timestamp identifies an instant independent of timezone. UTC and local time are different displays of that same instant, not different timestamp values.
Yes. Choose Date to timestamp, enter a calendar date and time, then specify whether the input should be interpreted as browser local time or UTC. The result includes both seconds and milliseconds.
A negative Unix timestamp represents an instant before 1970-01-01 00:00:00 UTC. This tool accepts negative values when the resulting date is within the browser's supported range.
They apply different timezone offsets to the same instant. The local result uses the timezone configured in your browser, while the ISO and UTC results use UTC.
No. The conversion runs in this browser tab, and the page does not upload the entered timestamp, calendar date, or generated result. No registration or login is required.
No. This page converts seconds and milliseconds only. JavaScript Date values use millisecond precision, so treating microsecond or nanosecond input as exact would be misleading.
Continue with JSON payloads, encoded text, URL components, or JWT time claims.
Paste JSON or open a file to format, validate, beautify, or minify it. Choose indentation, review parser errors, and copy or download the result in your browser with no login.
Open toolEncode or decode UTF-8 and URL-safe Base64 text online. Paste a value, copy the result, or download it from your browser without registration or login.
Open toolEncode or decode URL components, full URLs, and query parameters with UTF-8 percent encoding. Copy the result online without registration or login.
Open toolInspect JWT headers, payloads, claims, expiry times, and signature segments in your browser. Decode locally with no login; this tool does not verify signatures.
Open tool