Default timezone

Leave empty to use client timezone.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::DEFAULTTIMEZONE

Property is hidden

No

Contained in every configuration by default

No

JSON Schema

{
    "allOf": [
        {
            "oneOf": [
                {
                    "$ref": "tchmi:general#/definitions/TimeZone"
                },
                {
                    "default": "client",
                    "enum": [
                        "client"
                    ],
                    "type": "string"
                }
            ]
        },
        {
            "configDescription": "DESC_TIMEZONE",
            "propertyOrder": 9
        }
    ]
}