Convert a JWT exp timestamp
JWT exp, iat, and nbf claims are usually Unix timestamps in seconds.
Input
1735689600Output
2025-01-01T00:00:00.000ZConvert Unix timestamps, ISO strings, and local dates in your browser when debugging logs, JWT claims, schedulers, and API events.
Privacy note: this tool runs in your browser; inputs are not uploaded. How privacy works
JWT exp, iat, and nbf claims are usually Unix timestamps in seconds.
Input
1735689600Output
2025-01-01T00:00:00.000ZThis tool runs in your browser. Inputs are processed on your device and are not uploaded to LocalTools.
How LocalTools handles local and server-assisted toolsUse timestamp conversion to understand exp, iat, and nbf claims.
A JWT debugging hub for decoding tokens, checking expiration, inspecting claims, and understanding why decoded does not mean trusted.
Inspect JWT headers, payloads, and claims in your browser without uploading the token to a third-party decoder.
A safety checklist for decoding JWTs, understanding token sensitivity, and choosing local inspection over upload-based tools.
A practical hub for choosing browser-local tools when working with JSON, JWTs, PDFs, images, hashes, and other data you hesitate to paste online.
JWT NumericDate values such as exp are normally Unix timestamps in seconds.
They are two displays of the same instant using different time zones.