92a970c41a
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) |
||
---|---|---|
.. | ||
datetimetest.cpp |