time variant uuid
Thu, 10 May 2012 10:13:45 -0700 Post Comments
This is not guaranteed to be true, t1 may be greater than t2. It really
is random data used to create the uuid in this case.
Sadly, I have not yet implemented a time-based generator for uuids. I
plan to create a few platform specific generators that wrap OS calls
that would do this.
If is is a time-based uuid, then the date and time can be extracted, but
not from a random-based, or name-based (uses a hash).
Regards,
Andy Tompkins
is random data used to create the uuid in this case.
Sadly, I have not yet implemented a time-based generator for uuids. I
plan to create a few platform specific generators that wrap OS calls
that would do this.
If is is a time-based uuid, then the date and time can be extracted, but
not from a random-based, or name-based (uses a hash).
Regards,
Andy Tompkins
