Module azure_devops_rust_api::date_time
source · Expand description
Azure DevOps date-time serde support.
Protocol date-time fields are usually RFC3339 format.
However, there is one special case value where
services sometimes send 0001-01-01T00:00:00
which
is not RFC3339 compliant (no offset), so we need to
have a custom deserializer to handle this gracefully.
Modules§
Functions§
- Returns the given date-time as a String in RFC3339 format