<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/localizedGMT(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation4DateV11FormatStyleV6SymbolV8TimeZoneV12localizedGMTyA2I5WidthOFZ"
  },
  "title" : "localizedGMT(_:)"
}
-->

# localizedGMT(_:)

Returns the localized GMT format representation of a timezone.

```
static func localizedGMT(_ width: Date.FormatStyle.Symbol.TimeZone.Width) -> Date.FormatStyle.Symbol.TimeZone
```

## Parameters

`width`

Specifies the width of the string result.

## Return Value

A timezone format style appropriate for the locale and specified width.

## Discussion

For example, `GMT-7` ([`Date.FormatStyle.Symbol.TimeZone.Width.short`](/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/Width/short)) or `GMT-07:00` ([`Date.FormatStyle.Symbol.TimeZone.Width.long`](/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/Width/long)).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)