@ipregistry/client
    Preparing search index...

    Interface TimeZone

    interface TimeZone {
        abbreviation: null | string;
        current_time: null | string;
        id: null | string;
        in_daylight_saving: boolean;
        name: null | string;
        offset: number;
    }
    Index

    Properties

    abbreviation: null | string
    current_time: null | string
    id: null | string
    in_daylight_saving: boolean
    name: null | string
    offset: number