CosmosTime.UtcTime.ToString() - osexpert/CosmosTime GitHub Wiki
Iso format with variable length milliseconds in utc (Z)
Examples:
2020-01-20T12:13:14.1234Z
2020-01-20T12:13:14.123Z
2020-01-20T12:13:14.123456Z
public override string ToString();Iso format with variable length milliseconds in utc (Z)
Examples:
2020-01-20T12:13:14.1234Z
2020-01-20T12:13:14.123Z
2020-01-20T12:13:14.123456Z
public override string ToString();