Function postgres_protocol::types::time_from_sql
source ยท pub fn time_from_sql(buf: &[u8]) -> Result<i64, Box<dyn Error + Sync + Send>>
Expand description
Deserializes a TIME
or TIMETZ
value.
The value represents the number of microseconds since midnight.