Expand description
A formatter specifically for the time zone.
Structs§
- A container contains all data payloads for CustomTimeZone.
TimeZoneFormatter
is available for users who need to separately control the formatting of time zones. Note: most users might preferZonedDateTimeFormatter
, which includes default time zone formatting according to the calendar.- A bag of options to define how time zone will be formatted.
Enums§
- An enum for time zone fallback formats.
- Determines which ISO-8601 format should be used to format a
GmtOffset
. - Whether the minutes field should be optional or required in ISO-8601 format.
- Whether the seconds field should be optional or excluded in ISO-8601 format.
- Whether a field should be zero-padded in ISO-8601 format.
Traits§
Functions§
- Formats a time segment with optional zero-padding.
- load 🔒Loads a resource into its destination if the destination has not already been filled.