export interface TimezoneOffsetFields { abbr: string; isdst: boolean; offset: number; time: string; ts: number; }