Package: effect
Module: DateTime
Checks whether a DateTime is a UTC DateTime (no time zone information).
When to use
Use to narrow a DateTime before passing it to code that requires a UTC
value without an associated time zone.
See
isZoned for narrowing to zoned date-timesmatch for handling both UTC and zoned casesSignature
declare const isUtc: (self: DateTime) => self is Utc
Since v3.6.0