Expand description
A formatter specifically for the time zone.
Structs§
- Time
Zone Formatter 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.- Time
Zone Formatter Options - A bag of options to define how time zone will be formatted.
Enums§
- Fallback
Format - An enum for time zone fallback formats.
- IsoFormat
- Determines which ISO-8601 format should be used to format a
GmtOffset
. - IsoMinutes
- Whether the minutes field should be optional or required in ISO-8601 format.
- IsoSeconds
- Whether the seconds field should be optional or excluded in ISO-8601 format.