---
title: timeZone
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidatepicker/timezone
---

# timeZone

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

## Declaration

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

## Discussion

Discussion The default value is nil, which tells the date picker to use the current time zone as returned by local (NSTimeZone) or the time zone used by the date picker’s calendar.

## See Also

### Managing the date and calendar

- [calendar](uikit/uidatepicker/calendar.md)
- [date](uikit/uidatepicker/date.md)
- [locale](uikit/uidatepicker/locale.md)
- [setDate(_:animated:)](uikit/uidatepicker/setdate(_:animated:).md)
