Skip to content

Commit 8da5db8

Browse files
authored
Update time docs to reflect new chrono feature flag name
Changes `chrono` -> `chrono-04` to reflect the new name for the feature flag.
1 parent 27ce6b5 commit 8da5db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/data-types/time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ while let Some((value,)) = iter.try_next().await? {
4242

4343
## chrono::NaiveTime
4444

45-
If `chrono` feature is enabled, [`chrono::NaiveTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDate.html)
45+
If `chrono-04` feature is enabled, [`chrono::NaiveTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDate.html)
4646
can be used to interact with the database. Although chrono can represent leap seconds, they are not supported.
4747
Attempts to convert [`chrono::NaiveTime`](https://docs.rs/chrono/0.4/chrono/naive/struct.NaiveDate.html) with leap
4848
second to `CqlTime` or write it to the database will return an error.

0 commit comments

Comments
 (0)