diff --git a/README.md b/README.md index d09b1c78..3afc235d 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,10 @@ types. The driver currently supports the following conversions: INET/CIDR - time::Timespec + + time::Timespec + (optional) + TIMESTAMP, TIMESTAMP WITH TIME ZONE @@ -244,6 +247,11 @@ provided optionally by the `uuid` feature. [JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html) support is provided optionally by the `rustc-serialize` feature. +### TIMESTAMP/TIMESTAMPTZ types + +[TIMESTAMP and TIMESTAMPTZ](http://www.postgresql.org/docs/9.1/static/datatype-datetime.html) +support is provided optionally by the `time` feature. + ## Development Like Rust itself, Rust-Postgres is still in the early stages of development, so don't be surprised if APIs change and things break. If something's not working