tutorials
tutorials copied to clipboard
Logic issue in UUIDGenerator.get64MostSignificantBitsForVersion1()
Since time is in 100 nano increments shouldn't the nanos be divided by 100 and not multiplied by 100?
long timeForUuidIn100Nanos = seconds * 10000000L + nanos / 100L;
Thanks for the feedback @kierankelleher. This is already on our TODO list and hopefully we'll be able to fix the article soon. Will let you know here :)
Hi @kierankelleher - the article has been updated and the issue is addressed. Thanks