Package: effect
Module: DateTime
Checks whether a value is a TimeZone.
When to use
Use to narrow unknown input to any TimeZone before passing it to APIs that
accept either fixed-offset or named time zones.
See
isTimeZoneOffset for narrowing to fixed-offset time zonesisTimeZoneNamed for narrowing to named time zonesSignature
declare const isTimeZone: (u: unknown) => u is TimeZone
Since v3.6.0