Date & Time
#iso8601
#datetime
#timestamp
#utc
ISO 8601 DateTime
Matches an ISO 8601 datetime string with timezone offset or Z (UTC).
✓ API request/response validation✓ Database timestamp parsing✓ Log file parsing
✓ Valid Examples
- 2024-01-15T10:30:00Z
- 2024-01-15T10:30:00.000Z
- 2024-01-15T10:30:00+02:00
✗ Invalid Examples
- 2024-01-15 10:30:00
- 2024-01-15T10:30:00
- not-a-date