<!--
{
  "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/specificName(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "s:10Foundation4DateV11FormatStyleV6SymbolV8TimeZoneV12specificNameyA2I5WidthOFZ"
  },
  "title" : "specificName(_:)"
}
-->

# specificName(_:)

Returns the specific, non-location representation of a timezone.

```
static func specificName(_ 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

The value falls back to the value of [`localizedGMT(_:)`](/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/localizedGMT(_:)) with a `short` width if unavailable. For example, `PDT` ([`Date.FormatStyle.Symbol.TimeZone.Width.short`](/documentation/Foundation/Date/FormatStyle/Symbol/TimeZone/Width/short)), or `Pacific Daylight Time` ([`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)