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