Files
wxWidgets/tests/datetime
Vadim Zeitlin 3b01ebf5ef Add forgotten support for %T to our own wxDateTime::Format() code
"%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.
2026-02-10 14:08:58 +01:00
..