From aa6f558231aa15dbe6b94ae20feeb6cd9620d588 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 7 Feb 2015 19:55:05 -0800 Subject: [PATCH] Fix README for time --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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