HistoryDateTime

History view that exposes UTC datetimes.

Methods

MethodDescription
collectCollect all datetimes.
collect_revCollect all datetimes in reverse order.

Method Details

collect

Collect all datetimes.

Returns

TypeDescription
list[datetime]Collected UTC datetimes.

Raises

ExceptionDescription
TimeErrorIf a timestamp cannot be converted to a datetime.

collect_rev

Collect all datetimes in reverse order.

Returns

TypeDescription
list[datetime]Collected UTC datetimes in reverse order.

Raises

ExceptionDescription
TimeErrorIf a timestamp cannot be converted to a datetime.