Fix README for time
This commit is contained in:
parent
5ec039bd5d
commit
aa6f558231
10
README.md
10
README.md
@ -206,7 +206,10 @@ types. The driver currently supports the following conversions:
|
|||||||
<td>INET/CIDR</td>
|
<td>INET/CIDR</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>time::Timespec</td>
|
<td>
|
||||||
|
<a href="https://github.com/rust-lang/time">time::Timespec</a>
|
||||||
|
(<a href="#optional-features">optional</a>)
|
||||||
|
</td>
|
||||||
<td>TIMESTAMP, TIMESTAMP WITH TIME ZONE</td>
|
<td>TIMESTAMP, TIMESTAMP WITH TIME ZONE</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -244,6 +247,11 @@ provided optionally by the `uuid` feature.
|
|||||||
[JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html)
|
[JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html)
|
||||||
support is provided optionally by the `rustc-serialize` feature.
|
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
|
## Development
|
||||||
Like Rust itself, Rust-Postgres is still in the early stages of development, so
|
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
|
don't be surprised if APIs change and things break. If something's not working
|
||||||
|
Loading…
Reference in New Issue
Block a user