Function mz_repr::strconv::format_time
source ยท pub fn format_time<F>(buf: &mut F, t: NaiveTime) -> Nestablewhere
F: FormatBuffer,
Expand description
Writes a NaiveDateTime
timestamp to buf
.
pub fn format_time<F>(buf: &mut F, t: NaiveTime) -> Nestablewhere
F: FormatBuffer,
Writes a NaiveDateTime
timestamp to buf
.