pub fn gitlab_datetime_fmt<S>(
    datetime_opt: &Option<DateTime<Utc>>,
    serializer: S
) -> Result<S::Ok, S::Error>where
    S: Serializer,