47degrees/memeid

Functions for obatining the time components of UUIDs

purrgrammer opened this issue · 1 comments

  • Time high/mid/low
  • Clock high/low
  • Clock sequence
  • Timestamp (both as a Long and as a java.util.Date)

Note that these functions make sense for time-based UUIDs and should be modeled as such, we probably want to return an Option from those.

These only apply to UUID.V1, so probably makes sense to add it to that class.