[libc++][chrono] Adds formatter file_time.
authorMark de Wever <koraq@xs4all.nl>
Thu, 20 Apr 2023 19:40:36 +0000 (21:40 +0200)
committerMark de Wever <koraq@xs4all.nl>
Thu, 27 Apr 2023 15:12:59 +0000 (17:12 +0200)
commit96f303324f58a58a7e58d75f797793c66606e745
treeb1431df06e1a8f9e5297fd91d116e8da10fca075
parent30e1e292d6fea9123bcf0ffdaa0388e8ef0ef852
[libc++][chrono] Adds formatter file_time.

Reviewed By: #libc, ldionne

Differential Revision: https://reviews.llvm.org/D148928
libcxx/docs/Status/FormatPaper.csv
libcxx/include/__chrono/convert_to_tm.h
libcxx/include/__chrono/formatter.h
libcxx/include/__chrono/ostream.h
libcxx/test/std/time/time.clock/time.clock.file/ostream.pass.cpp [new file with mode: 0644]
libcxx/test/std/time/time.syn/formatter.file_time.pass.cpp [new file with mode: 0644]
libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp