---
title: autoupdatingCurrent
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/timezone/autoupdatingcurrent
---

# autoupdatingCurrent

The time zone currently used by the system, automatically updating to the user’s current preference.

## Declaration

```swift
static var autoupdatingCurrent: TimeZone { get }
```

## Discussion

Discussion If this time zone is mutated, then it no longer tracks the system time zone. The autoupdating time zone only compares equal to itself.

## See Also

### Getting the Current Time Zone

- [current](foundation/timezone/current.md)
