Function chrono::format::formatting::write_rfc3339
source ยท pub(crate) fn write_rfc3339(
w: &mut impl Write,
dt: NaiveDateTime,
off: FixedOffset,
secform: SecondsFormat,
use_z: bool,
) -> Result
Expand description
Writes the date, time and offset to the string. same as %Y-%m-%dT%H:%M:%S%.f%:z