Package: effect
Module: DateTime
Checks whether a value is an offset-based TimeZone.
When to use
Use when you need to narrow an unknown or union TimeZone value to the
fixed-offset variant before reading its offset in milliseconds.
See
isTimeZone for checking either time zone variantisTimeZoneNamed for narrowing to named time zonesSignature
declare const isTimeZoneOffset: (u: unknown) => u is TimeZone.Offset
Since v3.6.0