Searched refs:MS_PER_MIN (Results 1 – 1 of 1) sorted by relevance
38 static constexpr int64_t MS_PER_MIN = 60 * MS_PER_S; variable39 static constexpr int64_t MS_PER_HOUR = 60 * MS_PER_MIN;128 auto [mins, minsRemainderMs] = std::div(hourRemainderMs, MS_PER_MIN); in getDateFormatFromMs()