HistoryDateTime
History view that exposes UTC datetimes.
Methods
| Method | Description |
|---|
collect | Collect all datetimes. |
collect_rev | Collect all datetimes in reverse order. |
Method Details
Collect all datetimes.
Returns
| Type | Description |
|---|
| list[datetime] | Collected UTC datetimes. |
Raises
| Exception | Description |
|---|
TimeError | If a timestamp cannot be converted to a datetime. |
Collect all datetimes in reverse order.
Returns
| Type | Description |
|---|
| list[datetime] | Collected UTC datetimes in reverse order. |
Raises
| Exception | Description |
|---|
TimeError | If a timestamp cannot be converted to a datetime. |