Files
wxWidgets/tests/datetime
Vadim Zeitlin df0bcb1003 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.

See #26179, #26180.

(cherry picked from commit 3b01ebf5ef)
2026-02-21 21:40:34 +01:00
..