export interface TimeZone { name: string; id: string; value: string; }