Uniq.UUID.uuid7

You're seeing just the function uuid7, go back to Uniq.UUID module for more information.
Link to this function

uuid7(format \\ :default)

View Source

Specs

uuid7(format()) :: t()

Generates a UUID using the proposed version 7 scheme, found here. This is a draft extension of RFC 4122, but has not yet been formally accepted.

UUID version 7 features a time-ordered value field derived from the widely implemented and well known Unix Epoch timestamp source, the number of milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded. As well as improved entropy characteristics over versions 1 or 6.

Implementations SHOULD utilize UUID version 7 over UUID version 1 and 6 if possible.