We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ce6b5 commit 8da5db8Copy full SHA for 8da5db8
docs/source/data-types/time.md
@@ -42,7 +42,7 @@ while let Some((value,)) = iter.try_next().await? {
42
43
## chrono::NaiveTime
44
45
-If `chrono` feature is enabled, [`chrono::NaiveTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDate.html)
+If `chrono-04` feature is enabled, [`chrono::NaiveTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDate.html)
46
can be used to interact with the database. Although chrono can represent leap seconds, they are not supported.
47
Attempts to convert [`chrono::NaiveTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDate.html) with leap
48
second to `CqlTime` or write it to the database will return an error.
0 commit comments