@kenjiuno/msgreader - v1.28.0
    Preparing search index...

    Interface TzDefinition

    interface TzDefinition {
        keyName?: string;
        rules: TzDefinitionRule[];
    }
    Index
    keyName?: string

    The name of the key for this time zone in the Windows registry. This name must not be localized.

    e.g. Tokyo Standard Time

    An array of rules that describe when shifts occur.