mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-10 00:04:23 -04:00
The existing `alg.DATETIME` decorator only allows to define a `QgsProcessingParameterDateTime` as a datetime. This change allows to also define a `QgsProcessingParameterDateTime` as a pure date or time by adding `alg.DATE` and `alg.TIME`.