This is an archive of the discontinued LLVM Phabricator instance.

[libc++][format] Fixes year formatter on Windows.
ClosedPublic

Authored by Mordante on May 27 2023, 7:54 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG0ee73debf744: [libc++][format] Fixes year formatter on Windows.
Summary

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.

Diff Detail

Event Timeline

Mordante created this revision.May 27 2023, 7:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2023, 7:54 AM
Mordante updated this revision to Diff 526272.May 27 2023, 8:24 AM

Enable the full CI again.

Mordante published this revision for review.May 28 2023, 3:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2023, 3:21 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 30 2023, 9:08 AM
This revision is now accepted and ready to land.May 30 2023, 9:08 AM
This revision was automatically updated to reflect the committed changes.