Expand description
Module containing functionality related to BSON DateTimes.
For more information, see the documentation for the DateTime type.
Structs
- Struct representing a BSON datetime. Note: BSON datetimes have millisecond precision.
- Builder for constructing a BSON
DateTime
Enums
- Errors that can occur during
DateTimeconstruction and generation.
Type Aliases
- Alias for
Result<T, DateTime::Error>