pub fn write_time(msg: &mut impl Write, time: OffsetDateTime)
Write time information into the given Write.
msg
time
returns: ()