timeZone(_:)
Change the representation of the time zone in the format.
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
func timeZone(_ format: Date.FormatStyle.Symbol.TimeZone = .specificName(.short)) -> Date.FormatStyle
Parameters
- format
Set the symbol representation or pass
nil
to remove it.