---
title: deliveryTimeZone
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsusernotification/deliverytimezone
---

# deliveryTimeZone

Specify the time zone to interpret the delivery date in.

## Declaration

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

## Discussion

Discussion If this value is nil and the user switches time zones, the notification center will adjust the time of presentation to account for the time zone change. If a notification should be delivered at a time in a specific time zone (regardless of whether the user switches time zones), set this value to the specific time zone, for example the current time zone.

## See Also

### Delivery Timing

- [deliveryDate](foundation/nsusernotification/deliverydate.md)
- [actualDeliveryDate](foundation/nsusernotification/actualdeliverydate.md)
- [deliveryRepeatInterval](foundation/nsusernotification/deliveryrepeatinterval.md)
