Version | 1 |
Variant | specified in RFC 4122 |
urn | urn:uuid:6ba7b812-9dad-11d1-80b4-00c04fd430c8 |
Hexdump | 6ba7b8129dad11d180b400c04fd430c8 |
Bytes | kº╕␒¥¡␑╤Ç┤␀└O╘0╚ |
Clock ID | 180 |
Clock ID (hex) | 0xb4 |
Timestamp, RFC | 1998-02-04 22:13:53 |
Timestamp, MS | 2016-04-23 22:13:53 |
Timestamp, UNIX | 2385-04-23 22:13:53 |
Raw hex timestamp | 0x1d19dad6ba7b812 |
Raw timestamp | 131059232331511826 |
Sub-millisecond timestamp | 11826 |
MAC Address | 00c04fd430c8 |
is_local bit | False |
is_multicast bit | False |
MAC Manufacturer | Dell |
UUIDv1 | timestamp + clock_id + version (1) + node ID (MAC) |
MAC Date | 1998-04-22, deepmac.org, 00c04f/24 |
Seen in RFC 4122 Counts : rfc4122:1 RFC 4122 A UUID URN Namespace July 2005 Appendix C. Appendix C - Some Name Space IDs This appendix lists the name space IDs for some potentially interesting name spaces, as initialized C structures and in the string representation defined above. /* Name string is a fully-qualified domain name */ uuid_t NameSpace_DNS = { /* 6ba7b810-9dad-11d1-80b4-00c04fd430c8 */ 0x6ba7b810, 0x9dad, 0x11d1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8 }; /* Name string is a URL */ uuid_t NameSpace_URL = { /* 6ba7b811-9dad-11d1-80b4-00c04fd430c8 */ 0x6ba7b811, 0x9dad, 0x11d1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8 }; /* Name string is an ISO OID */ uuid_t NameSpace_OID = { /* 6ba7b812-9dad-11d1-80b4-00c04fd430c8 */ 0x6ba7b812, 0x9dad, 0x11d1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8 }; /* Name string is an X.500 DN (in DER or a text output format) */ uuid_t NameSpace_X500 = { /* 6ba7b814-9dad-11d1-80b4-00c04fd430c8 */ 0x6ba7b814, 0x9dad, 0x11d1, 0x80, 0xb4, 0x00, 0xc0, 0x4f, 0xd4, 0x30, 0xc8 }; Leach, et al. Standards Track [Page 30]