ts is converted to a UNIX timestamp split into millisecond and sub-millisecond parts.
Samples
-
Create a boundary UUID from a timestamp:
Returns something like:
-
Use a boundary UUID to find all UUIDs with a timestamp below
'2025-09-04 10:00':
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
ts | TIMESTAMPTZ | - | ✔ | The timestamp used to return a UUIDv7 object |