diff --git a/include/stdex/chrono.hpp b/include/stdex/chrono.hpp index 4d096dda2..b22ad23ba 100644 --- a/include/stdex/chrono.hpp +++ b/include/stdex/chrono.hpp @@ -171,7 +171,7 @@ namespace stdex { struct aosn_timestamp { using rep = int64_t; - using period = std::ratio<1, 1'000'000>; // 1 microsecond + using period = std::milli; using duration = std::chrono::duration; using time_point = std::chrono::time_point; static constexpr bool is_steady = false;