Utf8jsonreader Datetimeoffset Parsing Rfc 3339 ((link))

Utf8jsonreader Datetimeoffset Parsing Rfc 3339 ((link))

if (reader.TokenType == JsonTokenType.PropertyName)

| Example | Meaning | |----------------------------------|-----------------------| | 2023-10-05T14:30:00Z | UTC | | 2023-10-05T14:30:00+02:00 | UTC+2 | | 2023-10-05T14:30:00.123-05:00 | UTC-5 with fraction | utf8jsonreader datetimeoffset parsing rfc 3339

✅ RFC 3339 requires T separator, : in offset, optional fraction. if (reader

// High-performance parsing example if (reader.TokenType == JsonTokenType.String) : in offset

: