NB Scraper Docs - v1.3.0
    Preparing search index...

    Interface TimezoneResponse

    Detailed Weather Data Interfaces for WeatherMaster Scraper Based on TimeZoneDB, Open-Meteo, and WeatherAPI.com responses.

    interface TimezoneResponse {
        status: string;
        message: string;
        countryCode: string;
        countryName: string;
        regionName: string;
        cityName: string;
        zoneName: string;
        abbreviation: string;
        gmtOffset: number;
        dst: string;
        zoneStart: null | number;
        zoneEnd: null | number;
        nextAbbreviation: null | string;
        timestamp: number;
        formatted: string;
    }
    Index

    Properties

    status: string
    message: string
    countryCode: string
    countryName: string
    regionName: string
    cityName: string
    zoneName: string
    abbreviation: string
    gmtOffset: number
    dst: string
    zoneStart: null | number
    zoneEnd: null | number
    nextAbbreviation: null | string
    timestamp: number
    formatted: string