Best for
Best for converting API log times, JWT exp, iat, and nbf claims, JavaScript millisecond timestamps, UTC strings, ISO dates, and local time values.
Convert Unix seconds, Unix milliseconds, and browser-local date times into UTC, ISO, RFC, local, and relative output without sending the value anywhere.
Waiting for input
Waiting for input
Waiting for input
Waiting for input
Waiting for input
Waiting for input
Use this Unix timestamp converter for API fields, JavaScript values, logs, database rows, and timezone checks.
Best for converting API log times, JWT exp, iat, and nbf claims, JavaScript millisecond timestamps, UTC strings, ISO dates, and local time values.
Not for calendar scheduling across teams, recurring meeting planning, timezone database auditing, or time-sensitive financial and legal records.
Decide whether the value is seconds or milliseconds, compare UTC and local output, then use the readable time to debug JWT claims, API logs, cron schedules, or announcement timestamps.
1714852800 is Unix seconds for 2024-05-04T20:00:00.000Z.1714852800000 is the same instant as JavaScript milliseconds.Unix seconds are usually 10 digits, while JavaScript milliseconds are usually 13 digits. If the converted date is decades off, the value probably uses the other unit.
Convert raw event times from logs, queues, database exports, and API responses into UTC and local output before comparing systems that store dates differently.
JWT exp, iat, and nbf claims normally use Unix seconds. Convert them here after decoding a token to check whether auth failures are time-related.
UTC is the stable reference for logs and APIs. Local time is easier for people to read. Both display the same instant when the timestamp is parsed correctly.
1714852800 with seconds selected.Sat, 04 May 2024 20:00:00 GMT.2024-05-04T20:00:00.000Z.| Case | What to check |
|---|---|
| 10 digits | Usually Unix seconds, common in APIs and server logs. |
| 13 digits | Usually milliseconds from JavaScript Date.now(). |
| Timezone mismatch | The instant is the same; only the display timezone changes. |
exp and iat claims here.Keep moving through common browser-local developer utilities.
Decode token claims and inspect Unix timestamp fields locally.
Build recurring schedules after checking local and UTC time.
Create Discord timestamp tags for chat messages.
Encode timestamp query parameters and callback URLs.
Practical notes about timestamps and timezone output.
No. Conversion runs in the browser using JavaScript date APIs.
Unix seconds are common in APIs. JavaScript Date values use milliseconds. Auto detect handles both.
They represent the same instant displayed in different timezones.
Yes. This page has its own stable URL and works without an account.