cowtowncoder / java-uuid-generator

Java Uuid Generator (JUG) is a Java library for generating all standard UUID versions (v1 - v7)
Apache License 2.0
730 stars 104 forks source link

Adds utility method to get timestamp from time-based UUIDs #95

Closed magdel closed 7 months ago

magdel commented 7 months ago

Adds utility method to get timestamp from time-based UUIDs Resolves #81

cowtowncoder commented 7 months ago

Thank you @magdel ! I made some minor changes, I hope I did not break anything (but if I did, please LMK). Merging.