Libc
How-to use strftime with setlocale
15 Aug 2025Recently I was puzzled when I was attempting to use libc.strftime in Odin,
trying to understand how to make it behave respecting the system localization
setting. You can see here the forum thread where I posted the question.