We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60877e4 commit a6360d1Copy full SHA for a6360d1
1 file changed
Lib/uuid.py
@@ -896,6 +896,7 @@ def uuid7():
896
counter = _last_counter_v7 + 1
897
if counter > 0x3ff_ffff_ffff:
898
_last_counter_v7_overflow = True
899
+ # advance the 48-bit timestamp
900
timestamp_ms += 1
901
counter, tail = _uuid7_get_counter_and_tail()
902
else:
0 commit comments