Is there a way to retroactively create time/node based UUID in PHP?

Ecornewen

New Member
Most time-based (type 1) UUIDs are created using the current time. I'm migrating a MySQL database to cassandra and would like to create timebased UUIDs for archived items. Can someone provide an example of how type-1 UUIDs are created using past time periods?
 
Back
Top