In our java application we are trying to get the unix time from the type 1 uuid. But its not giving the correct date time values.
long time = uuid.timestamp(
In the case someone else needs it:
long milliseconds = UuidUtil.extractUnixMilliseconds(uuid);
https://github.com/f4b6a3/uuid-creator