Windows' libc, like some other libc implementations do not work as
specified for %Y and %y. This uses the fixes used for other libc
implementations.
The work was part of D150593.
Paths
| Differential D151612
[libc++][format] Fixes year formatter on Windows. ClosedPublic Authored by Mordante on May 27 2023, 7:54 AM.
Details
Summary Windows' libc, like some other libc implementations do not work as The work was part of D150593.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 30 2023, 9:08 AM Closed by commit rG0ee73debf744: [libc++][format] Fixes year formatter on Windows. (authored by Mordante). · Explain WhyMay 30 2023, 9:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 526685 libcxx/include/__chrono/formatter.h
libcxx/test/std/time/time.cal/time.cal.year/time.cal.year.nonmembers/ostream.pass.cpp
libcxx/test/std/time/time.syn/formatter.year.pass.cpp
|