Skip to content

Commit

Permalink
docs: fix typo in DateTime64 description (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
quellen-sol authored Jan 8, 2025
1 parent 2803c8e commit 0e08ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ How to choose between all these features? Here are some considerations:
}
```
</details>
* `DateTime64(_)` maps to/from `i32` or a newtype around it and represents a time elapsed since UNIX epoch. Also, [`time::OffsetDateTime`](https://docs.rs/time/latest/time/struct.OffsetDateTime.html) is supported by using `serde::time::datetime64::*`, that requires the `time` feature.
* `DateTime64(_)` maps to/from `i64` or a newtype around it and represents a time elapsed since UNIX epoch. Also, [`time::OffsetDateTime`](https://docs.rs/time/latest/time/struct.OffsetDateTime.html) is supported by using `serde::time::datetime64::*`, that requires the `time` feature.
<details>
<summary>Example</summary>
Expand Down

0 comments on commit 0e08ec6

Please sign in to comment.