๐Ÿ• Current Unix Timestamp
-
-
โฐ Convert Timestamp or Date String
โ„น๏ธ Supported Input Formats
  • Unix Timestamp: 1732518000 (seconds) or 1732518000000 (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
๐Ÿ”’ Privacy Notice

All conversions are performed locally in your browser. No data is sent to any server.