Library API
    Preparing search index...

    Variable getHemisphereConst

    getHemisphere: (timeZone?: string) => "north" | "south" | undefined = ...

    Try to infer hemisphere using the timezone's daylight-savings setting.

    Type Declaration

      • (timeZone?: string): "north" | "south" | undefined
      • Parameters

        • timeZone: string = ...

        Returns "north" | "south" | undefined

    This implementation intentionally differs from the version in tempo-fns (including specific fallback and return behaviors). Do not directly synchronize them.