Fix TIME command microseconds overflow under 32-bits (#11368)
The old `server.unixtime*1000000` will overflow in 32-bits. This was introduced in #10300 (not released).
Please register or sign in to comment
The old `server.unixtime*1000000` will overflow in 32-bits. This was introduced in #10300 (not released).