export type TimezoneData = { id: string utc_offset: string countries: string[] }