[libcxx-commits] [PATCH] D149868: [libc++][format][chrono] Fix incorrect subsecond part of `duration` in format string "%S"
Jonathan Wakely via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 8 07:19:36 PDT 2023
jwakely added a comment.
In D149868#4324218 <https://reviews.llvm.org/D149868#4324218>, @Mordante wrote:
> (I think using microseconds does not give the proper resolution, but that's easier to validate with tests and the CI.)
Yeah, I think the second value should be formatted as 00:01.4755859375
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149868/new/
https://reviews.llvm.org/D149868
More information about the libcxx-commits
mailing list