Searched refs:subsec (Results 1 – 1 of 1) sorted by relevance
309 MilliDuration subsec = std::chrono::duration_cast<MilliDuration>(t); in toISO8061ExtendedStr() local310 subseconds = std::format(".{:03}", subsec.count()); in toISO8061ExtendedStr()315 MicroDuration subsec = std::chrono::duration_cast<MicroDuration>(t); in toISO8061ExtendedStr() local316 subseconds = std::format(".{:06}", subsec.count()); in toISO8061ExtendedStr()