How to use it
Step 1
Decode the token payload
Review the raw timestamp claims without assuming they are already valid.
Step 2
Convert the claim values
Use the parser and timestamp context to see when the token should start and stop working.
Step 3
Compare against the verifier clock
Check whether skew, timezone assumptions, or stale tokens explain the failure.