effect-io-ai

Package: effect
Module: DateTime

DateTime.TimeZone.Named

Named IANA time zone.

Details

The id field contains the resolved time zone identifier, such as "Europe/London" or "America/New_York".

Signature

export interface Named extends Proto {
    readonly _tag: "Named"
    readonly id: string
    /** @internal */
    readonly format: Intl.DateTimeFormat
  }

Source

Since v3.6.0