Function postgres_protocol::types::time_to_sql [] [src]

pub fn time_to_sql(v: i64, buf: &mut Vec<u8>)

Serializes a TIME or TIMETZ value.

The value should represent the number of microseconds since midnight.