back

/getTimezones

This function will return a list of all available timezones of the device.

{
    "command": "daemon:",
    "command_result": {
        "analyzer": {
            "error": false,
            "message": "You can run a capture session or import a capture file",
            "running": false
        },
        "daemon": [
            {
                "code": "CI",
                "coordinates": "+0519-00402",
                "description": "",
                "id": "Africa/Abidjan"
            },
            ...
        ]
    },
    "errors": false,
    "general_message": "Successfully retrieved the information from the daemon"
}