<!--
{
  "availability" : [
    "watchOS: 2.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "ClockKit",
  "identifier" : "/documentation/ClockKit/CLKTimeTextProvider/timeZone",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ClockKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CLKTimeTextProvider(py)timeZone"
  },
  "title" : "timeZone"
}
-->

# timeZone

The time zone used to format time values.

```
var timeZone: TimeZone? { get set }
```

## Discussion

If the value of this property is `nil`, the text provider uses the time zone currently configured for the user.

## See Also

[`init(date:timeZone:)`](/documentation/ClockKit/CLKTimeTextProvider/init(date:timeZone:))

Creates and returns a text provider for displaying the specified time.



---

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)