in azure-kusto-data/src/types.rs [30:37]
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
write!(
f,
"{}",
self.0.format(&Rfc3339).unwrap_or_else(|_| "".into())
)?;
Ok(())
}