Expand description
Traits for managing data needed by TypedDateTimeFormatter
.
Structs§
- 🚧 This code is considered unstable; it may change at any time, in breaking or non-breaking ways, including in SemVer minor releases. While the serde representation of data structs is guaranteed to be stable, their Rust representation might not be. Use with caution.
Enums§
- Internal enum to represent the kinds of month symbols for interpolation
Traits§
Functions§
- Determine the appropriate
Pattern
for a givenoptions::length::Date
bag. - Determine the appropriate
Pattern
for a givenoptions::length::Date
bag. - Determine the appropriate
Pattern
for a givenoptions::length::Time
bag. If a preference for an hour cycle is set, it will look look up a pattern in thetime_h11_12
ortime_h23_h24
provider data, and then manually modify the symbol in the pattern if needed.