---
title: "readAttributeTimeZone(completion:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclustertimesynchronization/readattributetimezone(completion:)"
---

# readAttributeTimeZone(completion:)

## Declaration

```swift
func readAttributeTimeZone(completion: @escaping @Sendable ([Any]?, (any Error)?) -> Void)
```

```swift
func readAttributeTimeZone() async throws -> [Any]
```
