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