mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-03-25 04:04:29 +08:00
"%T" was only handled when strftime() could be used but not by our own implementation, resulting in failing to handle it for format string including both "%T" and one of the specifiers not supported by the standard function, such as "%l" or several others when using MinGW. Closes #26179.