effect-io-ai

Package: effect
Module: DateTime

DateTime.TimeZone.Offset

Fixed-offset time zone.

Details

The offset is measured in milliseconds from UTC. Positive offsets are ahead of UTC, and negative offsets are behind UTC.

Signature

export interface Offset extends Proto {
    readonly _tag: "Offset"
    readonly offset: number
  }

Source

Since v3.6.0