@@ -27,7 +27,7 @@ namespace Common {
using time_t = uint64_t;
class Time {
class Time final {
public:
static constexpr uint64_t MILLIS_PER_SEC = 1e3;
static constexpr uint64_t MICROS_PER_SEC = 1e6;
The note is not visible to the blocked user.