pub async fn read_datetime<R: AsyncReadExt + Unpin>( r: &mut R, ) -> Result<DateTime<Utc>>
Read a DateTime (CppNix: time_t) from the stream, encoded as a unix timestamp.