@deep/nest-kit
    Preparing search index...

    The Timezone entity is a data schema that represents a timezone within your application. It typically includes fields such as the timezone name, a unique identifier, and the UTC offset from Coordinated Universal Time (UTC).

    Index

    Constructors

    Properties

    Constructors

    Properties

    index: number

    Timezone index for sorting

    40
    
    name: string

    Timezone name in the "Area/Location" format, which is part of the IANA Time Zone database

    'America/New_York'
    
    offset: string

    Timezone offset

    'GMT-05:00'
    
    title: string

    Timezone title

    'Eastern Time'