{% set id = id ?? "timezone#{random()}" %}

{% include '_includes/forms/selectize' with {
    options: craft.cp.getTimeZoneOptions(),
}%}
