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

Command Type

Command Type ID: 4

Parameters

ParameterTypeDescriptionRequired
timezonestringThe timezone to set for the OS (IANA format, e.g., "Asia/Jerusalem")Yes

Usage Examples

Set Timezone

{
  "command": "switch-timezone",
  "params": {
    "timezone": "Europe/London"
  }
}