🕐 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.