Package: effect
Module: DateTime
Checks whether a DateTime is a zoned DateTime (has time zone information).
When to use
Use to narrow a known DateTime before reading its zone or passing it to
APIs that require DateTime.Zoned.
See
isUtc for narrowing to UTC date-timesmatch for handling both UTC and zoned casesSignature
declare const isZoned: (self: DateTime) => self is Zoned
Since v3.6.0