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