Searched refs:hoursStr (Results 1 – 1 of 1) sorted by relevance
189 std::string hoursStr; in toDurationString() local192 hoursStr = std::format("{}H", hours.count()); in toDurationString()205 return std::format("P{}T{}{}{}", daysStr, hoursStr, minStr, secStr); in toDurationString()