---
title: timeZone
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/locale/timezone
---

# timeZone

The time zone associated with the locale, if any.

## Declaration

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

## See Also

### Getting date and time components

- [firstDayOfWeek](foundation/locale/firstdayofweek.md)
- [Locale.Weekday](foundation/locale/weekday.md)
- [hourCycle](foundation/locale/hourcycle-swift.property.md)
- [Locale.HourCycle](foundation/locale/hourcycle-swift.enum.md)
