pub fn oe_string_to_datetime(
    oe: impl AsRef<str>
) -> Result<DateTime<Utc>, String>
Expand description

Ref https://steveridout.github.io/mongo-object-time/