pub fn is_rfc3339_datetime<T>(value: T) -> Result<(), String>
where T: AsRef<str> + Display,