I try to read TIMESTAMP WITH TIME ZONE. I defined t as Timespec. I have already extern crate time; and use time::Timespec; but I still get this error message: the trait `postgres::types::FromSql` is not implemented for the type `time::Timespec` [E0277] updated_time:row.get("created_time"),