Function postgres_protocol::types::date_from_sql [] [src]

pub fn date_from_sql(buf: &[u8]) -> Result<i32Box<Error + Sync + Send>>

Deserializes a DATE value.

The value represents the number of days since January 1st, 2000.