extracts the time from a RFC4122 compatible time based UUID
returns:
a floating point number containing seconds since the epoch.
The number returned is the same as a time value returned by time.time().
Time accuracy will always depend on the systen the UUID was created on.
note: For any other type or non compatible types return value is always zero.