[][src]Function postgres_protocol::types::time_from_sql

pub fn time_from_sql(buf: &[u8]) -> Result<i64, StdBox<dyn Error + Sync + Send>>

Deserializes a TIME or TIMETZ value.

The value represents the number of microseconds since midnight.