Legacy | Get device time zone

  • Command: timezone

  • Subcommand: get

  • Supported Platforms: Native (legacy), UFT (legacy), Selenium, Appium

    All commands must be executed using the same framework. Sharing the execution ID between different frameworks is not possible. This means that if you work with a Selenium/Appium driver, you need to call the commands using the Selenium/Appium driver (or, in the case of Reporting commands, through the Reporting SDK that works with the driver) and not as part of a UFT test or another framework.

  • Supported OS: Android

Description

Retrieves the time zone configured on the device. The return value is a string that complies with the tz database format.

Parameters

Name Value Default Description
deviceID*     The device for this command.
variable     The variable to receive the time zone.

* Mandatory parameter

Request & Response

Copy

Request

https://mycloud.perfectomobile.com/services/executions/john@perfectomobile.com_controller_16-11-02_12_21_16_829?operation=command&securityToken=<your_token>&command=timezone&subcommand=get&param.deviceId=6370E775
Copy

JSON response

{
    "reason":"Success",
    "timer.elapsed":"78",
    "returnValue":"America/New_York",
    "testGridReportUrl":"https://mycloud.reporting-stg.perfectomobile.com?externalId[0]=john@perfectomobile.com_controller_16-11-02_12_21_16_829",
    "description":"Success",
    "timer.system":"78",
    "completed":"true",
    "flowEndCode":"SUCCEEDED",
    "executionId":"john@perfectomobile.com_controller_16-11-02_12_21_16_829",
    "timer.ux":"0",
    "singleTestReportUrl":"https://mycloud.perfectomobile.com/nexperience/singletest/report/?reportRepositoryKey=PRIVATE:controller/161102/controller_16-11-02_12_21_16_829.xml&ownerId=john@perfectomobile.com&sharingCode=e967892e-5541-4b12-aa04-dc039ed8908f",
    "reportKey":"PRIVATE:controller/161102/controller_16-11-02_12_21_16_829.xml",
    "timer.device":"0"}