wxwidgets/tests/datetime
Blake-Madden fc9e188116 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.

Closes #22999.
2022-11-30 02:23:37 +01:00
..
datetimetest.cpp Handle 'T' separator in wxDateTime::ParseDateTime() 2022-11-30 02:23:37 +01:00