Function mz_repr::strconv::format_timestamp
source · [−]pub fn format_timestamp<F>(buf: &mut F, ts: NaiveDateTime) -> Nestable where
F: FormatBuffer,
Expand description
Writes a NaiveDateTime
timestamp to buf
.
pub fn format_timestamp<F>(buf: &mut F, ts: NaiveDateTime) -> Nestable where
F: FormatBuffer,
Writes a NaiveDateTime
timestamp to buf
.