Function read_datetime

Source
pub async fn read_datetime<R: AsyncReadExt + Unpin>(
    r: &mut R,
) -> Result<DateTime<Utc>>
Expand description

Read a DateTime (CppNix: time_t) from the stream, encoded as a unix timestamp.