<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIDatePicker/timeZone",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIDatePicker(py)timeZone"
  },
  "title" : "timeZone"
}
-->

# timeZone

The time zone reflected in the date displayed by the date picker.

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

## Discussion

The default value is `nil`, which tells the date picker to use the current time zone as returned by <doc://com.apple.documentation/documentation/Foundation/NSTimeZone/local> (<doc://com.apple.documentation/documentation/Foundation/NSTimeZone>) or the time zone used by the date picker’s calendar.

---

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)