summaryrefslogtreecommitdiff
path: root/libc/test/src/time/strftime_test.cpp
AgeCommit message (Collapse)Author
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue
2025-02-14[libc] Implement strftime (#122556)Michael Jones
Implements the posix-specified strftime conversions for the default locale, along with comprehensive unit tests. This reuses a lot of design from printf, as well as the printf writer. Roughly based on #111305, but with major rewrites.