export interface Timezone { id: string; value: string; displayText: string; }