Epoch timestamp to UUID conversion in scala

288 Views Asked by At

I want to convert a epoch time say 1639514232 to time UUID and save it to cassandra. UUIDs.endOf() is not working and generating a decipherable uuid 5e23b68f-2cbb-11b2-7f7f-7f7f7f7f7f7f . Can you suggest how can I achieve it.

0

There are 0 best solutions below