pub fn parse_rfc3339(s: &str) -> Result<OffsetDateTime>
Expand description
RFC 3339: Date and Time on the Internet: Timestamps
https://www.rfc-editor.org/rfc/rfc3339
In Azure REST API specifications it is specified as "format": "date-time"
.
1985-04-12T23:20:50.52Z