> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bringits.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Switch Timezone

> Set the timezone of the OS on the Android device

The Switch Timezone command (Command Type: 4) sets the timezone of the OS on the Android device.

## Command Type

**Command Type ID:** 4

## Parameters

| Parameter    | Type   | Description                                                            | Required |
| ------------ | ------ | ---------------------------------------------------------------------- | -------- |
| **timezone** | string | The timezone to set for the OS (IANA format, e.g., `"Asia/Jerusalem"`) | Yes      |

## Usage Examples

### Set Timezone

```json theme={null}
{
  "command": "switch-timezone",
  "params": {
    "timezone": "Europe/London"
  }
}
```

## Related Commands

* [Switch Proxy](/stream/commands/android/switch-proxy) - Switch device proxy settings
