Function mz_repr::strconv::format_mz_timestamp
source ยท pub fn format_mz_timestamp<F>(buf: &mut F, u: Timestamp) -> Nestablewhere
F: FormatBuffer,
Expand description
Writes an mz_timestamp
to buf
.
pub fn format_mz_timestamp<F>(buf: &mut F, u: Timestamp) -> Nestablewhere
F: FormatBuffer,
Writes an mz_timestamp
to buf
.