Expand description
Untyped versions of TypedDateTimeFormatter and TypedZonedDateTimeFormatter
The collection of code that is needed for handling formatting operations for DateTimes.
Central to this is the DateTimeFormatter
.
Structs§
- This is the internal “raw” version of
crate::DateTimeFormatter
, i.e. a version ofDateTimeFormatter
without the generic parameter. The actual implementation ofcrate::DateTimeFormatter
should live here.