export interface TimeZone { id: string; displayName: string; offset: number; }