Skip to content

Commit aa6f558

Browse files
committed
Fix README for time
1 parent 5ec039b commit aa6f558

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ types. The driver currently supports the following conversions:
206206
<td>INET/CIDR</td>
207207
</tr>
208208
<tr>
209-
<td>time::Timespec</td>
209+
<td>
210+
<a href="https://github.com/rust-lang/time">time::Timespec</a>
211+
(<a href="#optional-features">optional</a>)
212+
</td>
210213
<td>TIMESTAMP, TIMESTAMP WITH TIME ZONE</td>
211214
</tr>
212215
<tr>
@@ -244,6 +247,11 @@ provided optionally by the `uuid` feature.
244247
[JSON and JSONB](http://www.postgresql.org/docs/9.4/static/datatype-json.html)
245248
support is provided optionally by the `rustc-serialize` feature.
246249

250+
### TIMESTAMP/TIMESTAMPTZ types
251+
252+
[TIMESTAMP and TIMESTAMPTZ](http://www.postgresql.org/docs/9.1/static/datatype-datetime.html)
253+
support is provided optionally by the `time` feature.
254+
247255
## Development
248256
Like Rust itself, Rust-Postgres is still in the early stages of development, so
249257
don't be surprised if APIs change and things break. If something's not working

0 commit comments

Comments
 (0)