@umbraco-cms/backoffice
    Preparing search index...

    Function isEquivalentTimeZone

    • Checks if two time zone identifiers are equivalent. This function compares the resolved time zone names to determine if they are equivalent.

      Parameters

      • tz1: string

        The first time zone identifier.

      • tz2: string

        The second time zone identifier.

      Returns boolean

      True if the time zones are equivalent, false otherwise.