clock moduleInternal
clock::set
Set the system clock to a specific timestamp. Used for testing and deterministic replay.
Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
timestamp | Timestamp | The timestamp to set the clock to |
Return Value
Nothing. Sets the clock as a side effect.
