Package: effect
Module: DateTime
Represents a DateTime stored as an absolute UTC instant with no associated
time zone.
Details
Use DateTime.isUtc to narrow a DateTime to this variant.
Signature
export interface Utc extends DateTime.Proto {
readonly _tag: "Utc"
readonly epochMilliseconds: number
partsUtc: DateTime.PartsWithWeekday | undefined
}
Since v3.6.0