commit | 1031eedf27fe55fb7e85d7ce47dcbd3ecebb290e | [log] [tgz] |
---|---|---|
author | Vladislav Shchapov <phprus@gmail.com> | Sat Oct 30 20:25:45 2021 +0500 |
committer | GitHub <noreply@github.com> | Sat Oct 30 08:25:45 2021 -0700 |
tree | dcb60de04f04f821ce02bf2546b4981de77e5c2d | |
parent | 90034e4c4bafa7467885bc60cbf8a0465fb848b5 [diff] |
Replacing strftime with std::time_put (#2550) * Fix unicode test * Add xchar support to chrono formatter * Replace strftime with std::time_put * Add std::locale support to std::tm formatter * Use predefined names and formats for C-locale * Performance improvement * Make locale-independent and C locale formats consistent among platforms