UtcRepresents a DateTime stored as an absolute UTC instant with no associated
time zone.
Details
Use DateTime.isUtc to narrow a DateTime to this variant.
models
Source effect/DateTime.ts:505 lines
export interface Utc extends DateTime.interface DateTime.ProtoShared protocol implemented by all DateTime values.
Details
Provides the DateTime type identifier along with pipe and inspection
support.
Proto {
readonly Utc._tag: "Utc"_tag: "Utc"
readonly Utc.epochMilliseconds: numberepochMilliseconds: number
Utc.partsUtc: DateTime.PartsWithWeekday | undefinedpartsUtc: DateTime.interface DateTime.PartsWithWeekdayCalendar and time components of a DateTime, including the weekday.
Details
month is one-based (1 for January through 12 for December), and
weekDay follows JavaScript Date#getUTCDay numbering (0 for Sunday
through 6 for Saturday).
PartsWithWeekday | undefined
}Referenced by 16 symbols
DateTime.DateTimeDateTime.fromDateUnsafeDateTime.isUtcDateTime.matchDateTime.nowDateTime.nowUnsafeDateTime.removeTimeDateTime.toUtcSchema.DateTimeUtcSchema.DateTimeUtcFromMillisSchemaGetter.dateTimeUtcFromInputSchemaTransformation.dateTimeUtcFromStringHistoryStore.HistoryReadOptions (hyperlink-ts)QueueHyperlink.QueueEntryTimestamps (hyperlink-ts)QueueHyperlink.QueueHyperlink (hyperlink-ts)QueueHyperlink.QueueMetrics (hyperlink-ts)