mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
this adds a new format of date/time to use Qt::ISODate format the issue is that QDate::fromString does not recognize the t letter for the timezone in format this a hack since any field_format needs to be tested if it corresponds to QgsDateTimeFieldFormatter::DEFAULT_ISO_FORMAT and in such case replace by Qt::ISODate instead of a format string