You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc comment said that we were shifting the timestamp 16 bytes (128
bits) to the left, which was not correct. We are only shifting it 8 bytes
(64 bits) to the left.
0 commit comments