---
title: timeZone
framework: clockkit
role: symbol
role_heading: Instance Property
path: clockkit/clktimetextprovider/timezone
---

# timeZone

The time zone used to format time values.

## Declaration

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

## Discussion

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

## See Also

### Related Documentation

- [init(date:timeZone:)](clockkit/clktimetextprovider/init(date:timezone:).md)

### Getting the Time Information

- [date](clockkit/clktimetextprovider/date.md)
