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