๐ Current Unix Timestamp
-
โฐ Convert Timestamp or Date String
โน๏ธ Supported Input Formats
- Unix Timestamp:
1732518000(seconds) or1732518000000(milliseconds) - ISO 8601:
2026-02-25T10:30:00Z - Date strings:
Feb 25, 2026,2026-02-25,25 Feb 2026 10:30 AM - Auto-detects format โ just paste any date or timestamp
๐ Common JWT Claims
- exp (Expiration Time): When the token expires
- iat (Issued At): When the token was created
- nbf (Not Before): Token not valid before this time
All JWT time claims use Unix timestamps in seconds (not milliseconds).
๐ Related Tools & Articles
- JWT Decoder - Decode JWT tokens and view exp/iat/nbf claims
- JWT Decoding and Validation Best Practices
๐ Privacy Notice
All conversions are performed locally in your browser. No data is sent to any server.
