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

{% include '_includes/forms/selectize' with {
    options: craft.cp.getTimeZoneOptions(offsetDate ?? null),
    inputAttributes: {
        aria: {
            label: 'Time Zone'|t('app'),
        }
    }
}%}
