Module icu_datetime::time_zone
source · Expand description
A formatter specifically for the time zone.
Structs§
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.