Worked UUID v1 example
f81d4fae-7dec-11d0-a765-00a0c91e6bf6 follows the 8-4-4-4-12 layout:
f81d4faeis time_low;7decis time_mid.11d0is time_hi_and_version. Its first hex digit is1, identifying version 1.a765contains the variant and clock sequence. A first digit of8,9,a, orbmeans the RFC variant; after removing those two variant bits, the clock sequence is10085.00a0c91e6bf6is the 48-bit node value.
The fields reassemble to Gregorian ticks 0x1d07decf81d4fae, which decodes to 1997-02-03T17:43:12.2168750Z. To create this value from Unix time: Gregorian ticks = Unix milliseconds × 10,000 + 122,192,928,000,000,000.
