Skip to content

Type Alias: SeriesEpochUnit

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Temporal / SeriesEpochUnit

Type Alias: SeriesEpochUnit

SeriesEpochUnit = "seconds" | "millis"

Defined in: src/types/temporal.ts:241

Granularity of an integer epoch feature.

Remarks

Says whether the stored integer counts seconds or milliseconds since the Unix epoch. All event times resolve to epoch-milliseconds internally.