pub fn timestamp_from_sql( buf: &[u8], ) -> Result<i64, Box<dyn Error + Sync + Send>>
Deserializes a TIMESTAMP or TIMESTAMPTZ value.
TIMESTAMP
TIMESTAMPTZ
The value represents the number of microseconds since midnight, January 1st, 2000.