wxWidgets/tests/datetime
Blake-Madden 92a970c41a Handle 'T' separator in wxDateTime::ParseDateTime()
ParseDateTime() currently fails if there is a 'T' separator in front of
time component. FormatISOCombined() uses this separator as the default,
so wxDateTime can't parse its own formatted results by default.

This commit fixes that issue by allowing an optional 'T' between the
date and time parts.

See #22999.

(cherry picked from commit c21cc5f2daa4e12c8da09cc5a2de32c5eba2d510)
2022-11-28 22:41:56 +01:00
..
datetimetest.cpp Handle 'T' separator in wxDateTime::ParseDateTime() 2022-11-28 22:41:56 +01:00