opencage-api-client
    Preparing search index...

    Timezone information for the location

    interface Timezone {
        name: string;
        now_in_dst: 0 | 1;
        offset_sec: number;
        offset_string: string;
        short_name: string;
    }
    Index

    Properties

    name: string

    IANA timezone database name

    now_in_dst: 0 | 1

    Whether daylight saving time is currently in effect

    offset_sec: number

    Offset from UTC in seconds

    offset_string: string

    Offset from UTC as string (e.g., +01:00)

    short_name: string

    Short timezone name (e.g., EST, CEST)