Note: This documents the main development branch. For specific versions, see docs.rs.
pub(crate) fn parse_iso8601( s: &str, pad_date_with: NaiveTime) -> Result<DateTime<Utc>>
Parses the given string depicting a ISO 8601 timestamp.