Searched refs:MS_PER_S (Results 1 – 1 of 1) sorted by relevance
37 static constexpr int64_t MS_PER_S = 1000; variable38 static constexpr int64_t MS_PER_MIN = 60 * MS_PER_S;129 auto [sec, secRemainderMs] = std::div(minsRemainderMs, MS_PER_S); in getDateFormatFromMs()