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