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. |
||
|---|---|---|
| .. | ||
| datetimetest.cpp | ||