| Version | 1 |
| Variant | specified in RFC 4122 |
| urn | urn:uuid:58f202ac-22cf-11d1-b12d-002035b29092 |
| Hexdump | 58f202ac22cf11d1b12d002035b29092 |
| Bytes | X≥␂¼"╧␑╤▒-␀ 5▓ÉÆ |
| Clock ID | 12589 |
| Clock ID (hex) | 0x312d |
| Timestamp, RFC | 1997-09-01 13:36:51 |
| Timestamp, MS | 2015-11-19 13:36:51 |
| Timestamp, UNIX | 2384-11-18 13:36:51 |
| Raw hex timestamp | 0x1d122cf58f202ac |
| Raw timestamp | 130924138116285100 |
| Sub-millisecond timestamp | 85100 |
| MAC Address | 002035b29092 |
| is_local bit | False |
| is_multicast bit | False |
| MAC Manufacturer | IbmInter, mainframes, Etherjet printers |
| UUIDv1 | timestamp + clock_id + version (1) + node ID (MAC) |
| MAC Date | 1998-04-22, deepmac.org, 002035/24 |
Seen in RFC 4918 Counts : rfc4918:2 RFC 4918 WebDAV June 2007 10.4.6. Example - No-tag Production If: (<urn:uuid:181d4fae-7d8c-11d0-a765-00a0c91e6bf2> ["I am an ETag"]) (["I am another ETag"]) The previous header would require that the resource identified in the Request-URI be locked with the specified lock token and be in the state identified by the "I am an ETag" ETag or in the state identified by the second ETag "I am another ETag". To put the matter more plainly one can think of the previous If header as expressing the condition below: ( is-locked-with(urn:uuid:181d4fae-7d8c-11d0-a765-00a0c91e6bf2) AND matches-etag("I am an ETag") ) OR ( matches-etag("I am another ETag") ) 10.4.7. Example - Using "Not" with No-tag Production If: (Not <urn:uuid:181d4fae-7d8c-11d0-a765-00a0c91e6bf2> <urn:uuid:58f202ac-22cf-11d1-b12d-002035b29092>) This If header requires that the resource must not be locked with a lock having the lock token urn:uuid:181d4fae-7d8c-11d0-a765-00a0c91e6bf2 and must be locked by a lock with the lock token urn:uuid:58f202ac-22cf-11d1-b12d-002035b29092. 10.4.8. Example - Causing a Condition to Always Evaluate to True There may be cases where a client wishes to submit state tokens, but doesn't want the request to fail just because the state token isn't current anymore. One simple way to do this is to include a Condition that is known to always evaluate to true, such as in: If: (<urn:uuid:181d4fae-7d8c-11d0-a765-00a0c91e6bf2>) (Not <DAV:no-lock>) "DAV:no-lock" is known to never represent a current lock token. Lock tokens are assigned by the server, following the uniqueness requirements described in Section 6.5, therefore cannot use the "DAV:" scheme. Thus, by applying "Not" to a state token that is Dusseault Standards Track [Page 75]