File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
245248support 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
248256Like Rust itself, Rust-Postgres is still in the early stages of development, so
249257don't be surprised if APIs change and things break. If something's not working
You can’t perform that action at this time.
0 commit comments