Ask a question to get started
Enter to send•Shift+Enter new line
Generate a UUID from a Unix timestamp in nanoseconds and random bits.
UUIDv7 objects feature monotonicity within a millisecond.
uuid7( nanoseconds: int | None = None, ) -> UUID
nanoseconds
int | None
None
Optional ns timestamp. If not provided, uses current time.