Subversion Repositories uuid_mac_utils

Rev

Rev 83 | Rev 85 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83 Rev 84
Line 259... Line 259...
259
}
259
}
260
</script>
260
</script>
261
<p><a id="uuidv8_sqlserver_info_button" href="javascript:show_uuidv8_sqlserver_info()">Show format</a>
261
<p><a id="uuidv8_sqlserver_info_button" href="javascript:show_uuidv8_sqlserver_info()">Show format</a>
262
<pre id="uuidv8_sqlserver_info" style="display:none">Version 2: Resolution of 1 milliseconds, random part of 18 bits, UTC time, 48 bit random "signature", UUIDv8 conform:
262
<pre id="uuidv8_sqlserver_info" style="display:none">Version 2: Resolution of 1 milliseconds, random part of 18 bits, UTC time, 48 bit random "signature", UUIDv8 conform:
263
- 16 bit Random data
263
- 16 bit Random data
264
-  8 bit UTC Milliseconds transformed from 1000ms to 0..255 (hex encoded)
264
-  8 bit UTC Milliseconds transformed from 1000ms to 0..255, deviation -2ms..2ms (hex encoded)
265
-  8 bit UTC Seconds (hex encoded)
265
-  8 bit UTC Seconds (hex encoded)
266
- 16 bit UTC Minute of the day (1..1440, hex encoded)
266
- 16 bit UTC Minute of the day (1..1440, hex encoded)
267
-  4 bit UUID version 8
267
-  4 bit UUID version 8
268
- 12 bit UTC Day of the year (1..366, hex encoded)
268
- 12 bit UTC Day of the year (1..366, hex encoded)
269
-  2 bit UUID Variant (0b10)
269
-  2 bit UUID Variant (0b10)
Line 271... Line 271...
271
- 12 bit UTC Year (hex encoded)
271
- 12 bit UTC Year (hex encoded)
272
- 48 bit Signature 0x5ce32bd83b96
272
- 48 bit Signature 0x5ce32bd83b96
273
 
273
 
274
Version 1: Resolution of 1 milliseconds, random part of 16 bits, local timezone, 48 zero bit "signature", NOT UUIDv8 conform.
274
Version 1: Resolution of 1 milliseconds, random part of 16 bits, local timezone, 48 zero bit "signature", NOT UUIDv8 conform.
275
- 16 bit Random data
275
- 16 bit Random data
276
-  8 bit Generator's local timezone Milliseconds transformed from 1000ms to 0..255 (hex encoded)
276
-  8 bit Generator's local timezone Milliseconds transformed from 1000ms to 0..255, deviation -4ms..0ms (hex encoded)
277
-  8 bit Generator's local timezone Seconds (BCD encoded)
277
-  8 bit Generator's local timezone Seconds (BCD encoded)
278
-  8 bit Generator's local timezone Minute (BCD encoded)
278
-  8 bit Generator's local timezone Minute (BCD encoded)
279
-  8 bit Generator's local timezone Hour (BCD encoded)
279
-  8 bit Generator's local timezone Hour (BCD encoded)
280
-  8 bit Generator's local timezone Day (BCD encoded)
280
-  8 bit Generator's local timezone Day (BCD encoded)
281
-  8 bit Generator's local timezone Month (BCD encoded)
281
-  8 bit Generator's local timezone Month (BCD encoded)